]> jfr.im git - yt-dlp.git/commitdiff
[vgtv] Support tv.vg.no (#4404)
authorsqrtNOT <redacted>
Thu, 21 Jul 2022 12:23:41 +0000 (12:23 +0000)
committerGitHub <redacted>
Thu, 21 Jul 2022 12:23:41 +0000 (17:53 +0530)
Closes #4400
Authored by: sqrtNOT

yt_dlp/extractor/vgtv.py

index 6564b7b0bd6014bfbd3a99ed15fc4ec0aa33f7ea..3e0af7fb23ec729817540f50f0db7fae2b01c556 100644 (file)
@@ -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,