| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Authored by: crazymoose77756
|
|
|
|
| |
Closes #4167
|
|
|
|
| |
Removing any more will require changes to a large number of extractors
|
|
|
|
| |
Related: #824
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Closes #4060
|
|
|
|
| |
Closes #52, Closes #3932
|
|
|
|
| |
Closes #1715
|
| |
|
|
|
|
| |
Closes #3970
|
| |
|
|
|
|
| |
Closes #3780, Closes #3853, Closes #3850
|
| |
|
| |
|
|
|
|
| |
Closes #2852
|
| |
|
| |
|
|
|
|
| |
Closes #3704
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
Closes #3518, Closes #3560
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Using https://github.com/PyCQA/isort
isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Authored by fstirlitz, pukkandan
|
|
|
|
|
|
|
|
| |
Authored by: cffswb, danielyli
Co-authored-by: Daniel Li <dan@danielyli.com>
Co-authored-by: cffswb <karte577@gmail.com>
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #2761
|
|
|
|
| |
Closes #3144
|
|
|
|
| |
Closes #3127, Closes #3081, Closes #3177
|
|
|
|
|
| |
Fixes #3102 and most `CERTIFICATE_VERIFY_FAILED` issues
Authored by: coletdjnz
|
|
|
|
|
| |
Based on https://github.com/ytdl-org/youtube-dl/pull/13449
Closes #1946
Authored by: coletdjnz, kmark
|
|
|
|
|
| |
* Split `__init__` code into multiple functions
* Clean up validation code by grouping similar types of options
* Expose `parse_options` to third parties
|
|
|
|
| |
Closes #2526, #1614
|
|
|
| |
Authored by: ehoogeveen-medweb
|
|
|
|
|
|
|
| |
* Move `_match_entry` and `post_extract` to `process_video_result`. It is also left in `process_info` for API compat
* `--list-...` options and `--force-write-archive` now obey filtering options
* Move `SponsorBlockPP` to `after_filter`. Closes https://github.com/yt-dlp/yt-dlp/issues/2536
* Reverts 4ec82a72bbf7ff0066edb50dcad20aa77ac2fe09 since this commit addresses the issue it was solving
|
| |
|
|
|
|
|
| |
Eg: `--write-auto` no longer results in
> ambiguous option: --write-auto (--write-auto-subs, --write-automatic-subs?)
|
|
|
|
| |
Closes #2541, #2484
|
|
|
|
| |
Closes #2419
|
|
|
|
| |
Closes #2372
|
| |
|
|
|
|
|
| |
to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation
Authored by: xtkoba
|
|
|
|
| |
Closes #1855, related: #382
|
|
|
|
| |
Closes #2230
|
| |
|