| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Closes #4323
|
| | |
|
|\| |
|
| |
| |
| |
| | |
We do not automatically switch to ffmpeg because the detection is not 100% accurate
|
| | |
|
| | |
|
| |
| |
| |
| | |
Removing any more will require changes to a large number of extractors
|
| | |
|
| | |
|
| |
| |
| |
| | |
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
|
| |
| |
| | |
Authored by: flashdagger
|
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| | |
It is arguable how this "should" behave, but since progress is always
written to stdout in older yt-dl/p, we should keep it as-is
Bug in cf4f42cb9776eaa3166d2d234c3ec7651f05d7a9
Closes #3844
|
| |
| |
| |
| | |
Closes #3780, Closes #3853, Closes #3850
|
| |
| |
| |
| | |
Closes #3790
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Closes #2852
|
| |
| |
| |
| | |
Closes #3769
|
| |
| |
| |
| |
| |
| | |
and convert `ydl._out_files`/`ydl._allow_colors` to `Namespace`
Closes #3761
|
|\| |
|
| |
| |
| |
| |
| |
| | |
socket.timeout is not an alias of TimeoutError in py < 3.10
Fixes bug in https://github.com/yt-dlp/yt-dlp/commit/a2e77303e3385da640a0904cd6cb76235fa9691b
Authored-by: coletdjnz
|
| |
| |
| |
| | |
Closes #3703
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* [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
|
| |
| |
| |
| |
| | |
Cherry-picked from #3302
Authored by: fstirlitz
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| | |
It should not removes fields that may be needed for `--load-infojson`.
Eg: `_ffmpeg_args`, `_has_drm`
|
| |
| |
| |
| | |
Closes #2696
Authored by: elyse0
|
| |
| |
| |
| | |
Authored by: Lesmiscore
|
| | |
|
| |
| |
| |
| | |
3d3bb1688bfc5373105e6bf7c3d4729cf3f78788
|
| |
| |
| |
| | |
Authored by: fstirlitz, pukkandan
|
| | |
|
| |
| |
| |
| |
| | |
(#3446)
Authored by: Lesmiscore
|
| |
| |
| |
| |
| | |
Bug in d71fd412495af9ebccef807379859a0baa97ddee
Closes #3437
|
| |
| |
| |
| | |
Closes #3434
|
| |
| |
| |
| |
| |
| | |
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
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
Closes #3022
Failure to lock download-archive is still fatal.
This is consistent with youtube-dl's behavior
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
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
|
| | |
|