From 280f00d0557849752a4e9884d351db3a38065f6e Mon Sep 17 00:00:00 2001 From: Thomas Christlieb Date: Mon, 6 Feb 2017 09:15:24 +0100 Subject: [PATCH] Fixed a minor Flake Error (Whitespace in empty line) --- youtube_dl/extractor/iqiyi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index 03028c19e..ece6ba953 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -336,7 +336,7 @@ class IqiyiIE(InfoExtractor): break else: break - + return self.playlist_result(entries, album_id, album_title) def _real_extract(self, url):