1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 18:39:29 +00:00

[discoverygo] Bypass geo restriction

This commit is contained in:
Sergey M․ 2017-03-11 23:18:42 +07:00
parent 7049799470
commit a28f8d7396
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

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