You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: autoytdl/config.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,10 @@ def __init__(self):
86
86
self.embed_thumbnail=True
87
87
88
88
# youtube-dl args section
89
+
90
+
self.comments+= ["youtube-dl executable, path or command"]
91
+
self.youtube_dl_executable="youtube-dlc"
92
+
89
93
self.comments+= [""] # padding
90
94
self.comments+= [
91
95
"youtube-dl arguments: double-dash \"--\" arguments may be appended at the END of the config file:\n#write: \"option name without --\" = true/false/value\n#-> true to activate a flag\n#-> false to make it not appear in the command\n#-> value (or \"value\" for string values) to set the option argument"]
0 commit comments