mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-01 15:49:49 +00:00
Some cleanup of the kan kids extractor.
This commit is contained in:
parent
162eb5632b
commit
d3e980eaa5
@ -37,7 +37,6 @@ class KanKidsIE(InfoExtractor):
|
|||||||
series_id = m.group('id')
|
series_id = m.group('id')
|
||||||
category = m.group('category')
|
category = m.group('category')
|
||||||
playlist_season = m.group('season')
|
playlist_season = m.group('season')
|
||||||
print(m.groupdict())
|
|
||||||
|
|
||||||
webpage = self._download_webpage(url, series_id)
|
webpage = self._download_webpage(url, series_id)
|
||||||
|
|
||||||
@ -57,7 +56,6 @@ class KanKidsIE(InfoExtractor):
|
|||||||
r'(?P<id>[0-9]+)/"' + # Episode
|
r'(?P<id>[0-9]+)/"' + # Episode
|
||||||
r'.+title="(?P<title>.+)"' # Title
|
r'.+title="(?P<title>.+)"' # Title
|
||||||
, webpage))
|
, webpage))
|
||||||
# , 'Episode list')
|
|
||||||
|
|
||||||
entries = []
|
entries = []
|
||||||
content_dir = r'https://www.' + DOMAIN + content_dir
|
content_dir = r'https://www.' + DOMAIN + content_dir
|
||||||
|
Loading…
Reference in New Issue
Block a user