bep40 commited on
Commit
68e3ccb
·
verified ·
1 Parent(s): ab9480f

Change default VTV channel from VTV3 to VTV6, update NEEDS_PROXY regex for fptplay53.net

Browse files
Files changed (1) hide show
  1. static/yt_live.js +2 -2
static/yt_live.js CHANGED
@@ -14,8 +14,8 @@
14
  {id:'vtv9',name:'VTV9',badge:'Miền Bắc'},{id:'vtv10',name:'VTV10',badge:'Cần Thơ'},
15
  {id:'vtvprime',name:'VTVPrime',badge:'Prime'},
16
  ];
17
- const DEFAULT_CHANNEL = 'vtv3';
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;
 
14
  {id:'vtv9',name:'VTV9',badge:'Miền Bắc'},{id:'vtv10',name:'VTV10',badge:'Cần Thơ'},
15
  {id:'vtvprime',name:'VTVPrime',badge:'Prime'},
16
  ];
17
+ const DEFAULT_CHANNEL = 'vtv6';
18
+ const NEEDS_PROXY = /fptplay53\.net/;
19
  const STREAMS = {};
20
  let _currentCh = null, _hls = null, _loading = false, _blockInserted = false;
21
  let _streamsLoaded = false, _pipActive = false, _miniActive = false, _vtvPinned = false;