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
else:
break
return self.playlist_result(entries, album_id, album_title)
def _real_extract(self, url):