1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-28 05:01:49 +00:00

Some cleanup of the kan kids extractor.

This commit is contained in:
deepspy 2024-06-24 22:11:06 +03:00
parent 162eb5632b
commit d3e980eaa5

View file

@ -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<id>[0-9]+)/"' + # Episode
r'.+title="(?P<title>.+)"' # Title
, webpage))
# , 'Episode list')
entries = []
content_dir = r'https://www.' + DOMAIN + content_dir