yt-dlp-bot
yt-dlp-bot copied to clipboard
Feature: Filename specification
There's different m3u8 files that will be saved with the same name as "index-1" and this doesn't let me use concurrent downloads cuz the files got replaced... so should be great an argument specification for the Filename to avoid this, like "file1.mp4
Please install yt-dlp and try with different download options. If you find which are suitable for you, you can add them to the user config.
+1 I want to set specific filename in create task payload
@soyelmismo @armm29393 Added possibility to set custom filename during video download and saving to storage with same filename won't overwrite existing anymore.
{
"url": "<VIDEO_URL>",
"download_media_type": "VIDEO",
"save_to_storage": true,
"custom_filename": "cool.mp4",
"automatic_extension": false
}