1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-11-24 11:11:54 +00:00

Fixed a minor Flake Error (Whitespace in empty line)

This commit is contained in:
Thomas Christlieb 2017-02-06 09:15:24 +01:00
parent 63cf1124fa
commit 280f00d055

View file

@ -336,7 +336,7 @@ class IqiyiIE(InfoExtractor):
break break
else: else:
break break
return self.playlist_result(entries, album_id, album_title) return self.playlist_result(entries, album_id, album_title)
def _real_extract(self, url): def _real_extract(self, url):