From 6d6f38bed8062ee754af342fbfddb91b004555d8 Mon Sep 17 00:00:00 2001 From: palewire Date: Sun, 7 Aug 2022 11:14:38 -0700 Subject: [PATCH] Cut geography --- youtube_dl/extractor/parler.py | 1 - 1 file changed, 1 deletion(-) 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)