You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/postprocessor
pukkandan 8326b00aab
Allow `images` formats
Necessary for #343.

* They are identified by `vcodec=acodec='none'`
* These formats show as the worst in `-F`
* Any postprocessor that expects audio/video will be skipped
* `b*` and all related selectors will skip such formats
* This commit also does not add any selector for downloading such formats. They have to be explicitly requested by the `format_id`. Implementation of a selector is left for when #389 is resolved
3 years ago
..
__init__.py [documentation] Improvements 3 years ago
common.py Allow `images` formats 3 years ago
embedthumbnail.py Allow `images` formats 3 years ago
execafterdownload.py Fix and refactor `prepare_outtmpl` 3 years ago
ffmpeg.py Allow `images` formats 3 years ago
metadatafromfield.py Fix and refactor `prepare_outtmpl` 3 years ago
movefilesafterdownload.py Allow running some `postprocessors` before actual download 3 years ago
sponskrub.py Allow `images` formats 3 years ago
xattrpp.py Completely change project name to yt-dlp (#85) 4 years ago