mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-14 22:37:59 +09:00
typo fix
This commit is contained in:
parent
fecc1dc727
commit
5507979402
@ -46,7 +46,7 @@ class KanIE(InfoExtractor):
|
||||
url,
|
||||
video_id,
|
||||
headers=self.geo_verification_headers())
|
||||
if 'itemId' in url.lower():
|
||||
if 'itemid' in url.lower():
|
||||
return self._extract_item(video_id, webpage)
|
||||
elif 'catid' in url.lower():
|
||||
return self._extract_list(video_id, webpage)
|
||||
|
Loading…
Reference in New Issue
Block a user