mirror of https://github.com/yt-dlp/yt-dlp.git
[drtv:live] Bypass geo restriction
This commit is contained in:
parent
d2b64e04b4
commit
fc11ad3833
|
@ -156,6 +156,7 @@ class DRTVIE(InfoExtractor):
|
||||||
class DRTVLiveIE(InfoExtractor):
|
class DRTVLiveIE(InfoExtractor):
|
||||||
IE_NAME = 'drtv:live'
|
IE_NAME = 'drtv:live'
|
||||||
_VALID_URL = r'https?://(?:www\.)?dr\.dk/(?:tv|TV)/live/(?P<id>[\da-z-]+)'
|
_VALID_URL = r'https?://(?:www\.)?dr\.dk/(?:tv|TV)/live/(?P<id>[\da-z-]+)'
|
||||||
|
_GEO_COUNTRIES = ['DK']
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://www.dr.dk/tv/live/dr1',
|
'url': 'https://www.dr.dk/tv/live/dr1',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
|
|
Loading…
Reference in New Issue