1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-06 18:20:02 +00:00

remove blank line

This commit is contained in:
John Hawkinson 2016-10-08 23:12:37 -04:00
parent 2cc84715bc
commit f46aea8404

View File

@ -83,6 +83,5 @@ class IQM2IE(InfoExtractor):
# Generic extractor matches this under the "Broaden the # Generic extractor matches this under the "Broaden the
# findall a little bit: JWPlayer JS loader" (line 2372 as of 6 # findall a little bit: JWPlayer JS loader" (line 2372 as of 6
# Oct 2016, dcdb292fddc82ae11f4c0b647815a45c88a6b6d5). # Oct 2016, dcdb292fddc82ae11f4c0b647815a45c88a6b6d5).
return self.url_result(smuggle_url(inner_url, {'to_generic': True}), return self.url_result(smuggle_url(inner_url, {'to_generic': True}),
'Generic') 'Generic')