diff --git a/youtube_dl/extractor/truth.py b/youtube_dl/extractor/truth.py index 5a5311eeb..0f5b044f0 100644 --- a/youtube_dl/extractor/truth.py +++ b/youtube_dl/extractor/truth.py @@ -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)