From: Sergey M․ Date: Sat, 13 Jan 2018 16:30:56 +0000 (+0700) Subject: [wdr] Bypass geo restriction X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=1915662d4fe09120d3f28db55c7be90b4d12a9f1;p=youtube-dl [wdr] Bypass geo restriction --- diff --git a/youtube_dl/extractor/wdr.py b/youtube_dl/extractor/wdr.py index 6bf5aeaed..d6ba254f5 100644 --- a/youtube_dl/extractor/wdr.py +++ b/youtube_dl/extractor/wdr.py @@ -22,6 +22,7 @@ from ..utils import ( class WDRIE(InfoExtractor): _VALID_URL = r'https?://deviceids-medp\.wdr\.de/ondemand/\d+/(?P\d+)\.js' + _GEO_COUNTRIES = ['DE'] _TEST = { 'url': 'http://deviceids-medp.wdr.de/ondemand/155/1557833.js', 'info_dict': {