yt-dlc/youtube_dl/postprocessor
Jaime Marquínez Ferrándiz 5b5fbc0867 Detect already merged videos
Without the '--keep-video' option the two files would be downloaded again and even using the option, ffmpeg would be run again, which for some videos can take a long time.
We use a temporary file with ffmpeg so that the final file only exists if it success
..
__init__.py Add metadata from title parser
atomicparsley.py Postprocessors: use a list for the files that can be deleted
common.py Postprocessors: use a list for the files that can be deleted
execafterdownload.py Postprocessors: use a list for the files that can be deleted
ffmpeg.py Detect already merged videos
metadatafromtitle.py Postprocessors: use a list for the files that can be deleted
xattrpp.py Postprocessors: use a list for the files that can be deleted