mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
parent
c40f327a16
commit
dcbf7394ab
@ -14,6 +14,7 @@ class VGTVIE(XstreamIE):
|
||||
_GEO_BYPASS = False
|
||||
|
||||
_HOST_TO_APPNAME = {
|
||||
'tv.vg.no': 'vgtv',
|
||||
'vgtv.no': 'vgtv',
|
||||
'bt.no/tv': 'bttv',
|
||||
'aftenbladet.no/tv': 'satv',
|
||||
@ -126,6 +127,10 @@ class VGTVIE(XstreamIE):
|
||||
'skip_download': True,
|
||||
},
|
||||
},
|
||||
{
|
||||
'url': 'https://tv.vg.no/video/241779/politiets-ekstremkjoering',
|
||||
'only_matching': True,
|
||||
},
|
||||
{
|
||||
'url': 'http://www.bt.no/tv/#!/video/100250/norling-dette-er-forskjellen-paa-1-divisjon-og-eliteserien',
|
||||
'only_matching': True,
|
||||
|
Loading…
Reference in New Issue
Block a user