diff options
author | sqrtNOT <77981959+sqrtNOT@users.noreply.github.com> | 2022-07-21 12:23:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-21 17:53:41 +0530 |
commit | dcbf7394ab805babe508e59c0a65e0f88186ce8e (patch) | |
tree | a8b880678ee12636fe4d2928026b707595b84baa /yt_dlp | |
parent | c40f327a1667a1dd04bd5c360e8b85dae93c8b4c (diff) | |
download | hypervideo-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.py | 5 |
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, }, |