Spaces:
Running
Running
Change default VTV channel from VTV3 to VTV6, update NEEDS_PROXY regex for fptplay53.net
Browse files- 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 = '
|
| 18 |
-
const NEEDS_PROXY = /
|
| 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;
|