From d3e980eaa526f2e7524c344cdef90abf85d1d55a Mon Sep 17 00:00:00 2001 From: deepspy Date: Mon, 24 Jun 2024 22:11:06 +0300 Subject: [PATCH] Some cleanup of the kan kids extractor. --- youtube_dl/extractor/kankids.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/youtube_dl/extractor/kankids.py b/youtube_dl/extractor/kankids.py index 906cf2a2d..ca6d36fa8 100644 --- a/youtube_dl/extractor/kankids.py +++ b/youtube_dl/extractor/kankids.py @@ -37,7 +37,6 @@ class KanKidsIE(InfoExtractor): series_id = m.group('id') category = m.group('category') playlist_season = m.group('season') - print(m.groupdict()) webpage = self._download_webpage(url, series_id) @@ -57,7 +56,6 @@ class KanKidsIE(InfoExtractor): r'(?P[0-9]+)/"' + # Episode r'.+title="(?P.+)"' # Title , webpage)) - # , 'Episode list') entries = [] content_dir = r'https://www.' + DOMAIN + content_dir