Skip to content

Commit

Permalink
[vgtv] Support tv.vg.no (yt-dlp#4404)
Browse files Browse the repository at this point in the history
Closes yt-dlp#4400 
Authored by: sqrtNOT
  • Loading branch information
sqrtNOT authored Jul 21, 2022
1 parent c40f327 commit dcbf739
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yt_dlp/extractor/vgtv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit dcbf739

Please sign in to comment.