mirror of https://github.com/yt-dlp/yt-dlp.git
[discoverygo] Bypass geo restriction
This commit is contained in:
parent
7049799470
commit
a28f8d7396
|
@ -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': {
|
||||
|
|
Loading…
Reference in New Issue