youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 1915662d4fe09120d3f28db55c7be90b4d12a9f1
parent 54e8f62e01b54eeccd8313349f86ae541082704f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 13 Jan 2018 23:30:56 +0700

[wdr] Bypass geo restriction

Diffstat:
Myoutube_dl/extractor/wdr.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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<id>\d+)\.js' + _GEO_COUNTRIES = ['DE'] _TEST = { 'url': 'http://deviceids-medp.wdr.de/ondemand/155/1557833.js', 'info_dict': {