Flake8 comment format fix..
This commit is contained in:
parent
4fd0424fbf
commit
d91421e5e0
@ -2769,7 +2769,7 @@ class YoutubePlaylistIE(YoutubePlaylistBaseInfoExtractor):
|
|||||||
video_title = video_title.strip()
|
video_title = video_title.strip()
|
||||||
ids_in_page.append(video_id)
|
ids_in_page.append(video_id)
|
||||||
titles_in_page.append(video_title)
|
titles_in_page.append(video_title)
|
||||||
#TODO ADD VIDEO DURATION HERE TOO?
|
# TODO: ADD VIDEO DURATION HERE TOO?
|
||||||
|
|
||||||
# Fallback with old _VIDEO_RE
|
# Fallback with old _VIDEO_RE
|
||||||
self.extract_videos_from_page_impl(
|
self.extract_videos_from_page_impl(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user