[bbc] PEP 8

pull/10253/head
Sergey M․ 8 years ago
parent 9fb64c04cd
commit aaa42cf0cf
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -945,7 +945,7 @@ class BBCIE(BBCCoUkIE):
r'setPlaylist\("(%s)"\)' % EMBED_URL, webpage))
if entries:
return self.playlist_result(
[self.url_result(entry, 'BBCCoUk') for entry in entries],
[self.url_result(entry_, 'BBCCoUk') for entry_ in entries],
playlist_id, playlist_title, playlist_description)
# Multiple video article (e.g. http://www.bbc.com/news/world-europe-32668511)

Loading…
Cancel
Save