PEP8 applied
[youtube-dl] / youtube_dl / extractor / ynet.py
index 9cd7989cc553b58043425cc5b852b258ee4834aa..7b621a9e32b3cc4521a2988f00e32252cb17bd65 100644 (file)
@@ -47,4 +47,4 @@ class YnetIE(InfoExtractor):
             'title': title,
             'formats': self._extract_f4m_formats(f4m_url, video_id),
             'thumbnail': self._og_search_thumbnail(webpage),
-        }
\ No newline at end of file
+        }