Browse Source
[discoverygo] Bypass geo restriction
master-ytdl-org
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
youtube_dl/extractor/discoverygo.py
|
|
@ -30,6 +30,7 @@ class DiscoveryGoBaseIE(InfoExtractor): |
|
|
|
|
|
|
|
class DiscoveryGoIE(DiscoveryGoBaseIE): |
|
|
|
_VALID_URL = DiscoveryGoBaseIE._VALID_URL_TEMPLATE % r'(?:[^/]+/)+' |
|
|
|
_GEO_COUNTRIES = ['US'] |
|
|
|
_TEST = { |
|
|
|
'url': 'https://www.discoverygo.com/love-at-first-kiss/kiss-first-ask-questions-later/', |
|
|
|
'info_dict': { |
|
|
|