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
2021-06-13 03:45:53 +05:30
..
__init__.py
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
ffmpeg.py Allow images formats 2021-06-13 03:45:53 +05:30
metadatafromfield.py
movefilesafterdownload.py
sponskrub.py Allow images formats 2021-06-13 03:45:53 +05:30
xattrpp.py