From 55478cfb39bc0918c4c8d36f9d862ea2132573ed Mon Sep 17 00:00:00 2001 From: cousteau Date: Tue, 11 Aug 2015 03:54:37 +0200 Subject: [PATCH] New output format string version --- youtube_dl/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index e265c7574..f2b88a825 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -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):