aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/embedthumbnail.py
Commit message (Collapse)AuthorAgeFilesLines
* More consistent warning messages (#173)pukkandan2021-03-201-1/+1
| | | | Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
* [movefiles] Fix bugs and make more robustpukkandan2021-03-181-2/+5
|
* [embedthumbnail] Set mtime correctlypukkandan2021-03-141-0/+4
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/67
* Refactor (See desc)pukkandan2021-03-141-1/+1
| | | | | | * Create `FFmpegPostProcessor.real_run_ffmpeg` that can accept multiple input/output files along with switches for each * Rewrite `cli_configuration_args` and related functions * Create `YoutubeDL._ensure_dir_exists` - this was previously defined in multiple places
* [embedthumbnail] Fix bug with deleting original thumbnail (Closes #113)pukkandan2021-02-251-0/+2
| | | | :ci skip dl
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+196
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan