1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-08 05:13:33 +08:00

New output format string version

This commit is contained in:
cousteau
2015-08-11 03:54:37 +02:00
Unverified
parent 80983be77a
commit 55478cfb39
+1 -1
View File
@@ -1657,7 +1657,7 @@ def qualities(quality_ids):
return q
DEFAULT_OUTTMPL = '%(title)s-%(id)s.%(ext)s'
DEFAULT_OUTTMPL = '{title}-{id}.{ext}'
def limit_length(s, length):