aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/options.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * [utils, cleanup] Consolidate known media extensionspukkandan2022-07-311-4/+4
| |
| * [cleanup] Misc cleanuppukkandan2022-07-091-2/+2
| |
| * [options] Fix aliases to `--config-location`pukkandan2022-07-011-0/+5
| |
| * [cleanup] Fix some typos (#4194)crazymoose777562022-06-261-3/+3
| | | | | | Authored by: crazymoose77756
* | updated from upstream | 27/06/2022 at 01:25Jesús2022-06-271-142/+287
|\|
| * [options] Fix `parse_known_args` for `--`pukkandan2022-06-251-1/+12
| | | | | | | | Closes #4167
| * [compat] Remove more functionspukkandan2022-06-251-4/+5
| | | | | | | | Removing any more will require changes to a large number of extractors
| * Improve error handling of bad config filespukkandan2022-06-181-6/+10
| | | | | | | | Related: #824
| * Add option `--lazy-playlist` to process entries as they are receivedpukkandan2022-06-171-2/+10
| |
| * Add slicing notation to `--playlist-items`pukkandan2022-06-171-6/+10
| | | | | | | | | | | | | | | | * Adds support for negative indices and step * Add `-I` as alias for `--playlist-index` * Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse` Closes #2951, Closes #2853
| * Add `--no-update`pukkandan2022-06-131-0/+4
| | | | | | | | Closes #4060
| * Add option `--download-sections` to download video partiallypukkandan2022-06-071-6/+11
| | | | | | | | Closes #52, Closes #3932
| * [ExtractAudio] Allow conditional conversionpukkandan2022-06-061-1/+2
| | | | | | | | Closes #1715
| * [ExtractAudio, cleanup] Refactorpukkandan2022-06-061-7/+9
| |
| * [ThumbnailsConvertor] Allow conditional conversionpukkandan2022-06-051-1/+2
| | | | | | | | Closes #3970
| * [extractor] Add dev option `--load-pages`pukkandan2022-06-011-0/+4
| |
| * [cleanup] Misc fixes and cleanuppukkandan2022-05-271-2/+2
| | | | | | | | Closes #3780, Closes #3853, Closes #3850
| * `--config-location -` to provide options interactivelypukkandan2022-05-271-2/+2
| |
| * [doc, cleanup] Re-indent "Usage and Options" sectionpukkandan2022-05-191-34/+32
| |
| * Add option --retry-sleep (#3059)pukkandan2022-05-191-0/+12
| | | | | | | | Closes #2852
| * Add option `--alias`pukkandan2022-05-191-23/+112
| |
| * `--max-downloads` should obey `--break-per-input`pukkandan2022-05-171-2/+2
| |
| * Fix `--date today`pukkandan2022-05-111-3/+2
| | | | | | | | Closes #3704
| * Add support for SSL client certificate authentication (#3435)coletdev2022-05-021-0/+13
| | | | | | | | | | | | | | Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password` Authored-by: coletdjnz Co-authored-by: df <fieldhouse@gmx.net> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
| * [cleanup] Misc fixes (see desc)pukkandan2022-05-011-1/+1
| | | | | | | | | | | | | | | | * Do not warn when fixup is skipped for existing file * [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors * [utils] write_string: Fix bug in 59f943cd5097e9bdbc3cb3e6b5675e43d369341a * [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048 * [docs] Remove note about permissions. Closes #3597
| * [XAttrMetadata] Refactor and document dependenciespukkandan2022-05-011-1/+1
| |
| * [doc] Minor improvementspukkandan2022-04-291-2/+2
| | | | | | | | Closes #3518, Closes #3560
| * `--match-filter -` to interactively ask for each videopukkandan2022-04-281-1/+2
| |
| * Don't imply `-s` for later stages of `-O`pukkandan2022-04-201-1/+2
| |
| * [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-35/+37
| |
| * [cleanup] Sort importspukkandan2022-04-121-17/+12
| | | | | | | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
| * [cleanup] Upgrade syntaxpukkandan2022-04-121-6/+4
| | | | | | | | | | | | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
| * [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-121-12/+9
| | | | | | | | Authored by fstirlitz, pukkandan
* | updated from upstream | 10/04/2022 at 07:57Jesús2022-04-101-1/+1
|\|
| * [docs] Minor improvements (#3309, #3343)pukkandan2022-04-081-1/+1
| | | | | | | | | | | | | | | | Authored by: cffswb, danielyli Co-authored-by: Daniel Li <dan@danielyli.com> Co-authored-by: cffswb <karte577@gmail.com>
* | updated from upstream | 06/04/2022 at 00:09Jesús2022-04-061-6/+8
|\|
| * [cleanup] Misc fixespukkandan2022-04-051-6/+8
| | | | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
* | updated from upstream | 30/03/2022 at 01:24Jesús2022-03-301-13/+12
|\|
| * [outtmpl] Limit changes during sanitizationpukkandan2022-03-271-1/+1
| | | | | | | | Closes #2761
| * Treat multiple `--match-filters` as ORpukkandan2022-03-251-10/+9
| | | | | | | | Closes #3144
| * [docs] Minor improvementspukkandan2022-03-241-1/+1
| | | | | | | | Closes #3127, Closes #3081, Closes #3177
| * Use certificates from `certifi` if installed (#3115)coletdev2022-03-221-1/+1
| | | | | | | | | | Fixes #3102 and most `CERTIFICATE_VERIFY_FAILED` issues Authored by: coletdjnz
* | updated from upstream | 12/03/2022 at 06:05Jesús2022-03-121-2/+2
|\|
| * [panopto] Add extractors (#2908)coletdev2022-03-081-1/+1
| | | | | | | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/13449 Closes #1946 Authored by: coletdjnz, kmark
| * [cleanup] Refactor `__init__.py` (#2570)pukkandan2022-03-081-1/+1
| | | | | | | | | | * Split `__init__` code into multiple functions * Clean up validation code by grouping similar types of options * Expose `parse_options` to third parties
* | updated from upstream | 05/03/2022 at 00:59Jesús2022-03-051-4/+3
|\|
| * Implement `--add-header` without modifying `std_headers`pukkandan2022-03-041-4/+3
| | | | | | | | Closes #2526, #1614
* | updated from upstream | 04/03/2022 at 11:45Jesús2022-03-041-1/+1
|\|
| * [downloader] Obey `--file-access-retries` when deleting/renaming (#2224)Emanuel Hoogeveen2022-03-031-1/+1
| | | | | | Authored by: ehoogeveen-medweb
* | updated from upstream | 24/02/2022 at 04:34Jesús2022-02-241-4/+4
|\|