| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #5162
|
|
|
|
| |
Closes #5274
|
|
|
|
| |
Closes #5129, Closes #4982
|
|
|
|
| |
Similar to eb55bad5a0c1af9388301ffbf17845ee53a41635, but for fragmented downloads
Authored by: std-move
|
|
|
|
| |
Closes #296
Authored by: nixxo
|
| |
|
|
|
|
| |
See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515
|
|
|
|
| |
Closes #4778
|
|
|
| |
Authored by: Lesmiscore
|
|
|
|
|
|
|
| |
* [utils] Create `RetryManager`
* Migrate all retries to use the manager
* [extractor] Add wrapper methods for convenience
* Standardize console messages for retries
* Add `--retry-sleep` for extractors
|
|
|
|
| |
Fixes: https://github.com/ytdl-org/youtube-dl/issues/31122
|
| |
|
|
|
|
| |
Closes #3764
|
| |
|
|
|
|
| |
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
|
| |
|