bep40 commited on
Commit
1098f70
·
verified ·
1 Parent(s): 3197280

Fix VTV popup URLs v10: VTV3/5/8/9/10 → package.vtvgo.vn/channel

Browse files
Files changed (1) hide show
  1. static/yt_live.js +8 -8
static/yt_live.js CHANGED
@@ -1,6 +1,6 @@
1
  // === VNEWS — VTV LIVE + Inline Recorder v9 ===
2
  // Features: PiP, mini-player, INLINE RECORDER, VTVGO POPUP players for each channel
3
- // FIX v9: Correct VTVGO popup URLs for all channels + World Cup 2026 TS stream links
4
 
5
  (function(){
6
  if(window._ytLiveLoaded) return;
@@ -15,18 +15,18 @@
15
  {id:'vtvprime',name:'VTVPrime',badge:'Prime'},
16
  ];
17
 
18
- // VTVGO popup URLs for each channel (FIXED v9 - verified correct URLs)
19
  const VTV_POPUP_URLS = {
20
  vtv1: 'https://package.vtvgo.vn/channel/vtv1-1,1.html',
21
  vtv2: 'https://package.vtvgo.vn/channel/vtv2-1,2.html',
22
- vtv3: 'https://vtvgo.vn/channel/vtv3-1,3.html',
23
  vtv4: 'https://package.vtvgo.vn/channel/vtv4-1,4.html',
24
- vtv5: 'https://vtvgo.vn/channel/vtv5-1,5.html',
25
  vtv6: 'https://package.vtvgo.vn/channel/vtv6-1,13.html',
26
  vtv7: 'https://package.vtvgo.vn/channel/vtv7-1,27.html',
27
- vtv8: 'https://vtvgo.vn/xem-truc-tuyen-kenh-vtv8-36.html',
28
- vtv9: 'https://vtvgo.vn/xem-truc-tuyen-kenh-vtv9-11.html',
29
- vtv10: 'https://vtvgo.vn/xem-truc-tuyen-kenh-vtv10-6.html',
30
  };
31
 
32
  const DEFAULT_CHANNEL = 'vtv3';
@@ -823,7 +823,7 @@
823
 
824
  // ===== WORLD CUP 2026 REPLAY SECTION =====
825
  const WC2026_LINKS = [
826
- {id:'wc-vtv3', name:'⚽ WC2026 - VTV3', popupUrl:'https://vtvgo.vn/channel/vtv3-1,3.html', badge:'VTV3'},
827
  {id:'wc-vtv6', name:'⚽ WC2026 - VTV6', popupUrl:'https://package.vtvgo.vn/channel/vtv6-1,13.html', badge:'VTV6'},
828
  ];
829
 
 
1
  // === VNEWS — VTV LIVE + Inline Recorder v9 ===
2
  // Features: PiP, mini-player, INLINE RECORDER, VTVGO POPUP players for each channel
3
+ // FIX v10: Correct VTVGO popup URLs for all channels + World Cup 2026 TS stream links
4
 
5
  (function(){
6
  if(window._ytLiveLoaded) return;
 
15
  {id:'vtvprime',name:'VTVPrime',badge:'Prime'},
16
  ];
17
 
18
+ // VTVGO popup URLs for each channel (FIXED v10 - verified correct URLs)
19
  const VTV_POPUP_URLS = {
20
  vtv1: 'https://package.vtvgo.vn/channel/vtv1-1,1.html',
21
  vtv2: 'https://package.vtvgo.vn/channel/vtv2-1,2.html',
22
+ vtv3: 'https://package.vtvgo.vn/channel/vtv3-1,3.html',
23
  vtv4: 'https://package.vtvgo.vn/channel/vtv4-1,4.html',
24
+ vtv5: 'https://package.vtvgo.vn/channel/vtv5-1,5.html',
25
  vtv6: 'https://package.vtvgo.vn/channel/vtv6-1,13.html',
26
  vtv7: 'https://package.vtvgo.vn/channel/vtv7-1,27.html',
27
+ vtv8: 'https://package.vtvgo.vn/channel/vtv8-1,36.html',
28
+ vtv9: 'https://package.vtvgo.vn/channel/vtv9-1,39.html',
29
+ vtv10: 'https://package.vtvgo.vn/channel/vtv10-1,6.html',
30
  };
31
 
32
  const DEFAULT_CHANNEL = 'vtv3';
 
823
 
824
  // ===== WORLD CUP 2026 REPLAY SECTION =====
825
  const WC2026_LINKS = [
826
+ {id:'wc-vtv3', name:'⚽ WC2026 - VTV3', popupUrl:'https://package.vtvgo.vn/channel/vtv3-1,3.html', badge:'VTV3'},
827
  {id:'wc-vtv6', name:'⚽ WC2026 - VTV6', popupUrl:'https://package.vtvgo.vn/channel/vtv6-1,13.html', badge:'VTV6'},
828
  ];
829