aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/embedthumbnail.py
Commit message (Expand)AuthorAgeFilesLines
* [embedthumbnail] Fix thumbnail name in mp3 (#5163)Noah2022-10-071-1/+1
* [postprocessor/embedthumbnail] Detect libatomicparsley.sopukkandan2022-08-111-1/+2
* [utils] `Popen`: Refactor to use contextmanagerpukkandan2022-06-161-6/+4
* [compat] Implement `compat.imghdr`pukkandan2022-05-171-1/+1
* [EmbedThumbnail] Do not obey `-k`pukkandan2022-05-011-8/+6
* [cleanup] Misc fixespukkandan2022-04-291-2/+2
* [EmbedThumbnail] Disable thumbnail conversion for mkv (#3512)Evan Spensley2022-04-211-6/+4
* [dependencies] Create module with all dependency importspukkandan2022-04-211-11/+9
* [cleanup] Sort importspukkandan2022-04-121-8/+5
* [cleanup] Upgrade syntaxpukkandan2022-04-121-4/+1
* [EmbedThumbnail] Do not remove id3v1 tagspukkandan2022-04-101-1/+1
* [ffmpeg] Standardize use of `-map 0`pukkandan2022-01-121-2/+2
* [EmbedThumbnail] Prefer AtomicParsley over ffmpeg if availablepukkandan2021-12-271-33/+38
* Don't create console for subprocesses on Windows (#1261)pukkandan2021-10-201-3/+3
* Use `os.replace` where applicable (#793)Paul Wrubel2021-08-271-2/+1
* [embedthumbnail] Fix `_get_thumbnail_resolution`pukkandan2021-07-111-1/+1
* [thumbnailsconvertor] Treat `jpeg` as `jpg`pukkandan2021-06-251-1/+1
* [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`pukkandan2021-06-161-2/+3
* Allow `images` formatspukkandan2021-06-131-0/+2
* [embedthumbnail] Correctly escape filenamepukkandan2021-05-291-1/+1
* [embedthumbnail] Embed if any thumbnail was downloaded, not just the bestpukkandan2021-05-291-4/+8
* [ard] Allow URLs without `-` before idOliver Freyermuth2021-05-231-1/+1
* [embedthumbnail] Embed in `mp4`/`m4a` using mutagenpukkandan2021-05-231-20/+50
* [ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)louie-github2021-05-211-3/+6
* [cleanup] See descpukkandan2021-05-201-1/+0
* [embedthumbnail] Add `flac` support and refactor `mutagen` codepukkandan2021-05-201-24/+42
* [embedthumbnail] Fix bug where jpeg thumbnails were converted againpukkandan2021-05-041-1/+1
* Add option `--convert-thumbnails`pukkandan2021-04-121-38/+13
* Allow running some `postprocessors` before actual downloadpukkandan2021-04-121-1/+0
* More consistent warning messages (#173)pukkandan2021-03-201-1/+1
* [movefiles] Fix bugs and make more robustpukkandan2021-03-181-2/+5
* [embedthumbnail] Set mtime correctlypukkandan2021-03-141-0/+4
* Refactor (See desc)pukkandan2021-03-141-1/+1
* [embedthumbnail] Fix bug with deleting original thumbnail (Closes #113)pukkandan2021-02-251-0/+2
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+196