| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [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
|
| |
| |
| |
| |
| |
| | |
Cherry-picks from: #3498, #3947
Related: #3949, https://github.com/yt-dlp/yt-dlp/issues/1839#issuecomment-1140313836
Authored by: pukkandan, flashdagger, gamer191
|
| | |
|
| |
| |
| |
| | |
Closes #3780, Closes #3853, Closes #3850
|
| | |
|
| |
| |
| |
| | |
Closes #2875
|
| |
| |
| |
| |
| | |
Bug in c3e6ffba536980e5e1af00e0ecb2275621b4db17
Closes #3815
|
| |
| |
| |
| |
| | |
* 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 #2852
|
| | |
|
| |
| |
| |
| | |
Closes #3769
|
| |
| |
| |
| | |
Python 3.11 deprecates `imghdr` module
|
| |
| |
| |
| |
| |
| | |
and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace`
Closes #3761
|
|\| |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Closes #3697
|
| |
| |
| |
| | |
Closes #3703
|
| |
| |
| |
| | |
Closes #3674
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [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 #3669
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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 #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
|
| |
| |
| |
| | |
Closes #3518, Closes #3560
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On windows `conhost`, when `WINDOWS_VT_MODE` is enabled, `\n` is not
actually sent if the window is exactly the length of printed line,
and the line does not end with a white-space character. So the
line-break disappears when resizing the window.
Fixes #1863
|
| |
| |
| |
| |
| | |
It should not removes fields that may be needed for `--load-infojson`.
Eg: `_ffmpeg_args`, `_has_drm`
|
| | |
|
| | |
|
| |
| |
| |
| | |
Authored by: fstirlitz, pukkandan
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Notes:
* `_windows_write_string`: Fixed in 3.6
* https://bugs.python.org/issue1602
* PEP: https://www.python.org/dev/peps/pep-0528
* Windows UTF-8 fix: Fixed in 3.3
* https://bugs.python.org/issue13216
* `__loader__`: is always present in 3.3+
* https://bugs.python.org/issue14646
* `workaround_optparse_bug9161`: Fixed in 2.7
* https://bugs.python.org/issue9161
Authored by: fstirlitz
|
|\| |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Closes #3314
|
| |
| |
| |
| | |
Closes #3324
|