yt-dlc/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
2021-06-13 03:45:53 +05:30
..
__init__.py [documentation] Improvements 2021-04-12 02:36:06 +05:30
common.py Allow `images` formats 2021-06-13 03:45:53 +05:30
embedthumbnail.py Allow `images` formats 2021-06-13 03:45:53 +05:30
execafterdownload.py Fix and refactor `prepare_outtmpl` 2021-06-06 00:59:04 +05:30
ffmpeg.py Allow `images` formats 2021-06-13 03:45:53 +05:30
metadatafromfield.py Fix and refactor `prepare_outtmpl` 2021-06-06 00:59:04 +05:30
movefilesafterdownload.py Allow running some `postprocessors` before actual download 2021-04-12 02:12:46 +05:30
sponskrub.py Allow `images` formats 2021-06-13 03:45:53 +05:30
xattrpp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30