Checklist (Your issue will be automatically closed if you delete this part)
** Description
As of now, the filename of the videos downloaded through PipePipe only includes the video title and nothing else. Including the video id in the filename as well would be helpful, both to make sure you don't accidentally overwrite another video which has the same filename and to make it easier for users to find the original video thanks to the video id. So instead of
"video_title.mp4" or "video_title.opus"
PipePipe would save the videos/audios as
"video_title [video_id].mp4" or "video_title [video_id].opus".
yt-dlp uses this filename template as the default too, so I think it makes a lot of sense to use it as well.
Checklist (Your issue will be automatically closed if you delete this part)
** Description
As of now, the filename of the videos downloaded through PipePipe only includes the video title and nothing else. Including the video id in the filename as well would be helpful, both to make sure you don't accidentally overwrite another video which has the same filename and to make it easier for users to find the original video thanks to the video id. So instead of
"video_title.mp4" or "video_title.opus"
PipePipe would save the videos/audios as
"video_title [video_id].mp4" or "video_title [video_id].opus".
yt-dlp uses this filename template as the default too, so I think it makes a lot of sense to use it as well.