aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add option `--extractor-retries` to retry on known extractor errorspukkandan2021-03-011-0/+4
| | | | | | | * Currently only used by youtube Fixes https://github.com/ytdl-org/youtube-dl/issues/28194 Possibly also fixes: https://github.com/ytdl-org/youtube-dl/issues/28289 (can not confirm since the issue isn't reliably reproducible)
* Cleanup some code (see desc)pukkandan2021-02-281-2/+2
| | | | | | | | * `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used * Don't pass `config_location` to `YoutubeDL` (it is unused) * [bilibiliaudio] Recognize the file as audio-only * Update gitignore * Fix typos
* Extract comments only when needed #95 (Closes #94)pukkandan2021-02-281-2/+4
|
* Add option `--sleep-requests` to sleep b/w requests (Closes #106)pukkandan2021-02-271-1/+5
| | | | | | | | | | | | | | * Also fix documentation of `sleep_interval_subtitles` Related issues: https://github.com/blackjack4494/yt-dlc/issues/158 https://github.com/blackjack4494/youtube-dlc/issues/195 https://github.com/ytdl-org/youtube-dl/pull/28270 https://github.com/ytdl-org/youtube-dl/pull/28144 https://github.com/ytdl-org/youtube-dl/issues/27767 https://github.com/ytdl-org/youtube-dl/issues/23638 https://github.com/ytdl-org/youtube-dl/issues/26287 https://github.com/ytdl-org/youtube-dl/issues/26319
* Allow specifying path in `--external-downloader`pukkandan2021-02-271-2/+2
|
* [hls] Enable `--hls-use-mpegts` by default when downloading live-streamspukkandan2021-02-261-3/+11
| | | | | | * Also added option `--no-hls-use-mpegts` to disable this Related: #96
* [documentation] Changes left behind from #85 and #107pukkandan2021-02-251-1/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+1338
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan