remove geo_countries

This commit is contained in:
Yuval Hager 2021-05-19 07:38:25 -07:00
parent 803b071036
commit 57c3cb420c
1 changed files with 1 additions and 4 deletions

View File

@ -21,13 +21,10 @@ def get_thumbnail(data):
class KanBaseIE(InfoExtractor):
_GEO_COUNTRIES = ['IL']
def download_webpage(self, url, video_id):
return self._download_webpage(
url,
video_id,
headers=self.geo_verification_headers())
video_id)
def extract_item(self, video_id, webpage):
data = self._parse_json(