1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-11 20:15:12 +00:00
Files
yt-dlp/yt_dlp/extractor/common.py
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

168 KiB