[mdr] Bypass geo restriction

pull/27433/head
Sergey M․ 3 years ago
parent c527f5ada0
commit 5ce9527e16
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -20,6 +20,8 @@ class MDRIE(InfoExtractor):
IE_DESC = 'MDR.DE and KiKA'
_VALID_URL = r'https?://(?:www\.)?(?:mdr|kika)\.de/(?:.*)/[a-z-]+-?(?P<id>\d+)(?:_.+?)?\.html'
_GEO_COUNTRIES = ['DE']
_TESTS = [{
# MDR regularly deletes its videos
'url': 'http://www.mdr.de/fakt/video189002.html',

Loading…
Cancel
Save