1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-17 22:55:42 +07:00

[YoutubeDL] Do not require default output template to be set

This commit is contained in:
Philipp Hagemeister
2014-04-30 10:02:03 +02:00
parent b30b8698ea
commit acd69589a5
4 changed files with 12 additions and 6 deletions

View File

@@ -1423,3 +1423,5 @@ def q(qid):
return -1
return q
DEFAULT_OUTTMPL = '%(title)s-%(id)s.%(ext)s'