Selaa lähdekoodia

[discoverygo] Bypass geo restriction

Sergey M․ 8 vuotta sitten
vanhempi
sitoutus
a28f8d7396
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      youtube_dl/extractor/discoverygo.py

+ 1 - 0
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': {