Add _GEO_COUNTRIES = ['US']

This commit is contained in:
palewire 2022-08-07 08:17:19 -07:00
parent 28f94a2828
commit 13077c0c96
No known key found for this signature in database
GPG Key ID: A5AD4A9AD42D69AB

View File

@ -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)