[liveleak] flake8

This commit is contained in:
aeph6Ee0 2015-09-15 15:56:51 +02:00
parent ac7ea5c4c8
commit 4ac4c76ead

View File

@ -54,6 +54,7 @@ class LiveLeakIE(InfoExtractor):
}]
video_count = 0
def _video_count(self):
self.video_count += 1
if self.video_count == 1:
@ -143,7 +144,6 @@ class LiveLeakIE(InfoExtractor):
'age_limit': age_limit,
})
# collect embedded videos:
embed_urls = list()
@ -171,7 +171,6 @@ class LiveLeakIE(InfoExtractor):
'age_limit': age_limit,
})
if len(entries) == 1:
return entries[0]
else: