diff --git a/youtube_dl/extractor/kan.py b/youtube_dl/extractor/kan.py index 4bc43c197..b8b1124d9 100644 --- a/youtube_dl/extractor/kan.py +++ b/youtube_dl/extractor/kan.py @@ -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)