1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 19:49:33 +00:00

[wdr] Bypass geo restriction

This commit is contained in:
Sergey M․ 2018-01-13 23:30:56 +07:00
parent 54e8f62e01
commit 1915662d4f
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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': {