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
When I download a YouTube video, I would like the name to be Uploader - Title.ext
I tried creating yt-dlp.conf with a single syntax in the same folder as yt-dlp, but it didn't do anything.
I am on Linux, if that changes anything. Am I doing something wrong?
I also tried some other locations for yt-dlp.conf, but nothing changed.
When I download a YouTube video, I would like the name to be Uploader - Title.ext
I tried creating yt-dlp.conf with a single syntax in the same folder as yt-dlp, but it didn't do anything.
I am on Linux, if that changes anything. Am I doing something wrong?
I also tried some other locations for yt-dlp.conf, but nothing changed.
--parse-metadata "%(uploader|)s:%(meta_artist)s - %(title)s.%(ext)s" --embed-metadata
The text was updated successfully, but these errors were encountered: