aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp
diff options
context:
space:
mode:
authorsqrtNOT <77981959+sqrtNOT@users.noreply.github.com>2022-07-21 12:23:41 +0000
committerGitHub <noreply@github.com>2022-07-21 17:53:41 +0530
commitdcbf7394ab805babe508e59c0a65e0f88186ce8e (patch)
treea8b880678ee12636fe4d2928026b707595b84baa /yt_dlp
parentc40f327a1667a1dd04bd5c360e8b85dae93c8b4c (diff)
downloadhypervideo-pre-dcbf7394ab805babe508e59c0a65e0f88186ce8e.tar.lz
hypervideo-pre-dcbf7394ab805babe508e59c0a65e0f88186ce8e.tar.xz
hypervideo-pre-dcbf7394ab805babe508e59c0a65e0f88186ce8e.zip
[vgtv] Support tv.vg.no (#4404)
Closes #4400 Authored by: sqrtNOT
Diffstat (limited to 'yt_dlp')
-rw-r--r--yt_dlp/extractor/vgtv.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/yt_dlp/extractor/vgtv.py b/yt_dlp/extractor/vgtv.py
index 6564b7b0b..3e0af7fb2 100644
--- a/yt_dlp/extractor/vgtv.py
+++ b/yt_dlp/extractor/vgtv.py
@@ -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',
@@ -127,6 +128,10 @@ class VGTVIE(XstreamIE):
},
},
{
+ '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,
},