mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-11 04:48:00 +09:00
remove geo_countries
This commit is contained in:
parent
803b071036
commit
57c3cb420c
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user