index
:
slackcoder/yt-dlp
master
A feature-rich command-line audio/video downloader
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yt_dlp
/
postprocessor
/
embedthumbnail.py
Age
Commit message (
Expand
)
Author
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-13
Allow `images` formats
pukkandan
2021-05-29
[embedthumbnail] Correctly escape filename
pukkandan
2021-05-29
[embedthumbnail] Embed if any thumbnail was downloaded, not just the best
pukkandan
2021-05-23
[ard] Allow URLs without `-` before id
Oliver Freyermuth
2021-05-23
[embedthumbnail] Embed in `mp4`/`m4a` using mutagen
pukkandan
2021-05-21
[ThumbnailsConvertor] Support conversion to `png` and make it the default (#333)
louie-github
2021-05-20
[cleanup] See desc
pukkandan
2021-05-20
[embedthumbnail] Add `flac` support and refactor `mutagen` code
pukkandan
2021-05-04
[embedthumbnail] Fix bug where jpeg thumbnails were converted again
pukkandan
2021-04-12
Add option `--convert-thumbnails`
pukkandan
2021-04-12
Allow running some `postprocessors` before actual download
pukkandan
2021-03-20
More consistent warning messages (#173)
pukkandan
2021-03-18
[movefiles] Fix bugs and make more robust
pukkandan
2021-03-14
[embedthumbnail] Set mtime correctly
pukkandan
2021-03-14
Refactor (See desc)
pukkandan
2021-02-25
[embedthumbnail] Fix bug with deleting original thumbnail (Closes #113)
pukkandan
2021-02-25
Completely change project name to yt-dlp (#85)
Pccode66