From: Sergey M․ Date: Sat, 11 Mar 2017 16:18:42 +0000 (+0700) Subject: [discoverygo] Bypass geo restriction X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=a28f8d739683577ea632b1523eee418ed5177b73;p=youtube-dl [discoverygo] Bypass geo restriction --- diff --git a/youtube_dl/extractor/discoverygo.py b/youtube_dl/extractor/discoverygo.py index d14de8f00..de94c4b09 100644 --- 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': {