Add _GEO_COUNTRIES = ['US']
This commit is contained in:
parent
28f94a2828
commit
13077c0c96
@ -38,6 +38,7 @@ class TruthIE(InfoExtractor):
|
||||
},
|
||||
},
|
||||
]
|
||||
_GEO_COUNTRIES = ['US'] # The site is only available in the US
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
|
Loading…
Reference in New Issue
Block a user