diff --git a/youtube_dl/extractor/parler.py b/youtube_dl/extractor/parler.py index 8cd607659..e56607981 100644 --- a/youtube_dl/extractor/parler.py +++ b/youtube_dl/extractor/parler.py @@ -40,7 +40,6 @@ class ParlerIE(InfoExtractor): }, }, ] - _GEO_COUNTRIES = ["US"] # The site is only available in the US def _real_extract(self, url): video_id = self._match_id(url)