commit: a28f8d739683577ea632b1523eee418ed5177b73
parent 70497994707b6bcbd6c0ecc3fb1073be4d75d970
Author: Sergey M․ <dstftw@gmail.com>
Date: Sat, 11 Mar 2017 23:18:42 +0700
[discoverygo] Bypass geo restriction
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/discoverygo.py b/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': {