aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/postprocessor/embedthumbnail.py
AgeCommit message (Expand)Author
2022-10-07[embedthumbnail] Fix thumbnail name in mp3 (#5163)Noah
2022-08-11[postprocessor/embedthumbnail] Detect libatomicparsley.sopukkandan
2022-06-16[utils] `Popen`: Refactor to use contextmanagerpukkandan
2022-05-17[compat] Implement `compat.imghdr`pukkandan
2022-05-01[EmbedThumbnail] Do not obey `-k`pukkandan
2022-04-29[cleanup] Misc fixespukkandan
2022-04-21[EmbedThumbnail] Disable thumbnail conversion for mkv (#3512)Evan Spensley
2022-04-21[dependencies] Create module with all dependency importspukkandan
2022-04-12[cleanup] Sort importspukkandan
2022-04-12[cleanup] Upgrade syntaxpukkandan
2022-04-10[EmbedThumbnail] Do not remove id3v1 tagspukkandan
2022-01-12[ffmpeg] Standardize use of `-map 0`pukkandan
2021-12-27[EmbedThumbnail] Prefer AtomicParsley over ffmpeg if availablepukkandan
2021-10-20Don't create console for subprocesses on Windows (#1261)pukkandan
2021-08-27Use `os.replace` where applicable (#793)Paul Wrubel
2021-07-11[embedthumbnail] Fix `_get_thumbnail_resolution`pukkandan
2021-06-25[thumbnailsconvertor] Treat `jpeg` as `jpg`pukkandan
2021-06-16[EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`pukkandan
2021-06-13Allow `images` formatspukkandan
2021-05-29[embedthumbnail] Correctly escape filenamepukkandan
2021-05-29[embedthumbnail] Embed if any thumbnail was downloaded, not just the bestpukkandan
2021-05-23[ard] Allow URLs without `-` before idOliver Freyermuth
2021-05-23[embedthumbnail] Embed in `mp4`/`m4a` using mutagenpukkandan
2021-05-21[ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)louie-github
2021-05-20[cleanup] See descpukkandan
2021-05-20[embedthumbnail] Add `flac` support and refactor `mutagen` codepukkandan
2021-05-04[embedthumbnail] Fix bug where jpeg thumbnails were converted againpukkandan
2021-04-12Add option `--convert-thumbnails`pukkandan
2021-04-12Allow running some `postprocessors` before actual downloadpukkandan
2021-03-20More consistent warning messages (#173)pukkandan
2021-03-18[movefiles] Fix bugs and make more robustpukkandan
2021-03-14[embedthumbnail] Set mtime correctlypukkandan
2021-03-14Refactor (See desc)pukkandan
2021-02-25[embedthumbnail] Fix bug with deleting original thumbnail (Closes #113)pukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66