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
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
..
downloader [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode (#372) 3 years ago
extractor Allow `images` formats 3 years ago
postprocessor Allow `images` formats 3 years ago
YoutubeDL.py Allow `images` formats 3 years ago
__init__.py Make outtmpl more robust and catch errors early 3 years ago
__main__.py [cleanup] Point all shebang to `python3` (#372) 3 years ago
aes.py Completely change project name to yt-dlp (#85) 4 years ago
cache.py Completely change project name to yt-dlp (#85) 4 years ago
compat.py [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments 3 years ago
jsinterp.py Completely change project name to yt-dlp (#85) 4 years ago
options.py [EmbedThumbnail] Fix for already downloaded thumbnail 3 years ago
socks.py Completely change project name to yt-dlp (#85) 4 years ago
swfinterp.py.disabled [cleanup] Mark unused files 3 years ago
update.py [build] Build Windows x86 version with py3.7 3 years ago
utils.py [utils] Improve `LazyList` 3 years ago
version.py [version] update 3 years ago
webvtt.py [downloader/hls] Remove duplicate cues using a sliding window of candidates 3 years ago