bep40 commited on
Commit
7d2c887
·
verified ·
1 Parent(s): f22c37c

Update NEEDS_PROXY to include VTVGo CDN domains (vtvdigital.vn, vtvgolive)

Browse files
Files changed (1) hide show
  1. static/yt_live.js +1 -1
static/yt_live.js CHANGED
@@ -15,7 +15,7 @@
15
  {id:'vtvprime',name:'VTVPrime',badge:'Prime'},
16
  ];
17
  const DEFAULT_CHANNEL = 'vtv6';
18
- const NEEDS_PROXY = /fptplay\.net/;
19
  const STREAMS = {};
20
  let _currentCh = null, _hls = null, _loading = false, _blockInserted = false;
21
  let _streamsLoaded = false, _pipActive = false, _miniActive = false, _vtvPinned = false;
 
15
  {id:'vtvprime',name:'VTVPrime',badge:'Prime'},
16
  ];
17
  const DEFAULT_CHANNEL = 'vtv6';
18
+ const NEEDS_PROXY = /fptplay\.net|vtvdigital\.vn|vtvgolive/;
19
  const STREAMS = {};
20
  let _currentCh = null, _hls = null, _loading = false, _blockInserted = false;
21
  let _streamsLoaded = false, _pipActive = false, _miniActive = false, _vtvPinned = false;