Browse Source

[drtv:live] Bypass geo restriction

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
fc11ad3833
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/drtv.py

+ 1
- 0
youtube_dl/extractor/drtv.py View File

@ -156,6 +156,7 @@ class DRTVIE(InfoExtractor):
class DRTVLiveIE(InfoExtractor):
IE_NAME = 'drtv:live'
_VALID_URL = r'https?://(?:www\.)?dr\.dk/(?:tv|TV)/live/(?P<id>[\da-z-]+)'
_GEO_COUNTRIES = ['DK']
_TEST = {
'url': 'https://www.dr.dk/tv/live/dr1',
'info_dict': {


Loading…
Cancel
Save