Fixed a minor Flake Error (Whitespace in empty line)

pull/11956/head
Thomas Christlieb 7 years ago
parent 63cf1124fa
commit 280f00d055

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

Loading…
Cancel
Save