| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Removing any more will require changes to a large number of extractors
|
|
|
|
|
|
|
|
|
| |
(#4158)
Default headers such as `Content-Type` were only being added for HTTPS requests among other handling.
Fixes bug in https://github.com/ytdl-org/youtube-dl/commit/be4a824d74add1a3b78b8244dff12f4f078f168a
Authored-by: coletdjnz
|
|
|
|
| |
Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #4116
|
|
|
|
| |
Related: #824
|
| |
|
|
|
| |
Authored by: christoph-heinrich
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [tvver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7 - Closes #4054
* [rumble] Fix tests - Closes #3976
* [make] Remove `cat` abuse - Closes #3989
* [make] Revert #3684 - Closes #3814
* [utils] Improve `get_elements_by_class` - Closes #3993
* [utils] Inherit `Namespace` from `types.SimpleNamespace`
* [utils] Use `re.fullmatch` for matching filters
* [jsinterp] Handle quotes in `_separate`
* [make_readme] Allow overshooting last line
Authored by: pukkandan, kwconder, MrRawes, Lesmiscore
|
|
|
|
| |
Closes #4027
|
|
|
|
| |
Closes #52, Closes #3932
|
|
|
|
|
| |
All fetching of JSON objects should eventually be done with this function
but only `youtube` is being refactored for now
|
|
|
|
|
|
| |
Cherry-picks from: #3498, #3947
Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836
Authored by: pukkandan, flashdagger, gamer191
|
|
|
|
|
|
|
| |
Some servers may reject requests if not sent (e.g. fingerprinting)
Fixes #3878
Authored by: coletdjnz
|
|
|
|
| |
Closes #3780, Closes #3853, Closes #3850
|
| |
|
|
|
|
| |
Closes #3835, #3837
|
| |
|
|
|
|
|
| |
* Cache of `supports_terminal_sequences` must be reset after enabling VT mode
* and move `windows_enable_vt_mode` to utils to avoid cyclic imports
|
|
|
|
| |
Closes #3786
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/pull/3302#discussion_r875528517
|
| |
|
| |
|
|
|
|
| |
Closes #2885
|
|
|
|
| |
Closes #3769
|
|
|
|
|
|
| |
and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace`
Closes #3761
|
| |
|
|
|
|
|
|
| |
and refactor lazy extractors accordingly.
This reduces the need to create extractor instances
|
|
|
|
| |
Closes #3704
|
|
|
|
| |
Closes #3674
|
|
|
|
| |
Fixes: https://github.com/yt-dlp/yt-dlp/commit/59f943cd5097e9bdbc3cb3e6b5675e43d369341a#commitcomment-73251597
|
|
|
|
|
|
|
|
|
|
| |
* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes #3684
* Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700
* Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38
* [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode`
* [utils] LazyList: Expose unnecessarily "protected" attributes
and other minor cleanup
|
|
|
|
| |
Closes #2043
|
|
|
|
|
|
|
| |
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>
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
| |
Closes #3557
Authored by: jakeogh
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
| |
Authored by: Lesmiscore
|
|
|
|
| |
Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
|