]> asedeno.scripts.mit.edu Git - youtube-dl.git/blobdiff - youtube_dl/extractor/streamcz.py
[streamcz] Remove empty `'{}'.format()` for Py2.6
[youtube-dl.git] / youtube_dl / extractor / streamcz.py
index 060ba32e0401ade6259992686e32296995343c0f..97b2eb7f8d89a67590a4f3b5b2f88a1893915bd0 100644 (file)
@@ -62,7 +62,7 @@ class StreamCZIE(InfoExtractor):
                 if not stream.get('url'):
                     continue
                 yield merge_dicts({
-                    'format_id': '{}-{}'.format(format_id, ext),
+                    'format_id': '-'.join((format_id, ext)),
                     'ext': ext,
                     'source_preference': pref,
                     'url': urljoin(spl_url, stream['url']),