Browse Source

[wdr] Bypass geo restriction

master
Sergey M․ 6 years ago
parent
commit
1915662d4f
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/wdr.py

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

Loading…
Cancel
Save