| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Closes #727
|
| |
| |
| |
| |
| | |
and add tests
Closes #720
|
| |
| |
| |
| | |
Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`
|
| | |
|
| |
| |
| |
| | |
Related: #693
|
| |
| |
| |
| | |
Closes #576
|
| |
| |
| |
| |
| |
| |
| | |
* Remove unnecessary uses of _list_from_options_callback
* Fix download tests - Bug from 6e84b21559f586ee4d6affb61688d5c6a0c21221
* Rename ExecAfterDownloadPP to ExecPP and refactor its tests
* Ensure _write_ytdl_file closes file handle on error - Potential fix for #517
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Makes `--dump-json` redundant
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`--list...` are used
* Deprecates `--print-json`
* Some listings like `--list-extractors` are handled by `yt_dlp` and so are not affected by this. These have been documented as such
Addresses: https://github.com/ytdl-org/youtube-dl/issues/29675, https://github.com/ytdl-org/youtube-dl/issues/29580#issuecomment-882046305
|
| |
| |
| |
| | |
Related: https://github.com/yt-dlp/yt-dlp/commit/8012d892bd38af731357a61e071e0a0d01bc41b4#r54555230
|
| |
| |
| |
| | |
Closes #630
|
| |
| |
| |
| | |
Closes #632
|
| |
| |
| |
| | |
* `filter_requested_info` is renamed to a more appropriate name `sanitize_info`
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
For this to work:
1. The downloader must be ffmpeg
2. The selected formats must have the same protocol
3. The formats must be downloadable by ffmpeg to stdout
Partial solution for: https://github.com/ytdl-org/youtube-dl/issues/28146, https://github.com/ytdl-org/youtube-dl/issues/27265
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Closes #345
|
| |
| |
| |
| | |
Fixes: https://www.reddit.com/r/youtubedl/comments/otfmq3/ytdlp_same_parameters_different_results
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
and fix some typos
Closes #538
|
| | |
|
| |
| |
| |
| |
| |
| | |
* also adds `--no-cookies-from-browser`
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201
Authored by: mbway
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Related: https://github.com/yt-dlp/yt-dlp/pull/488#discussion_r667527297
|
| |
| |
| |
| | |
Related: https://github.com/yt-dlp/yt-dlp/issues/535#issuecomment-883277272, https://github.com/yt-dlp/yt-dlp/issues/518#issuecomment-881794754
|
| |
| |
| |
| | |
since it's often confused to be the same as `format_note`
|
| |
| |
| |
| |
| |
| |
| | |
* Also fix bug where `_test_url` was being ignored
Ref: https://stackoverflow.com/a/20542029
Related: #340
|
| |
| |
| |
| |
| |
| |
| | |
* The thumbnail URLs are hard-coded and their actual existence is tested lazily
* Added option `--no-check-formats` to not test them
Closes #340, Related: #402, #337, https://github.com/ytdl-org/youtube-dl/issues/29049
|
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 4d971a16b831a45147b6ae7ce53b3e105d204da7 by @damianoamatruda
Closes #500
This was wrongly checking for `write_thumbnail`
|
| |
| |
| |
| | |
Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Support direct `/player/` URL
* Treat the different versions of an episode as different formats of a single video. So `experience_id` can no longer be used as the video `id` and the `episode_id` is used instead. This means that all existing archives will break
* Extractor options `language` and `version` to pre-select them
* Compat option `seperate-video-versions` to fall back to old behavior (including using the old video IDs)
Closes #428
|
| |
| |
| |
| | |
Related: https://github.com/ytdl-org/youtube-dl/pull/29398
|
| |
| |
| |
| |
| |
| |
| | |
1. Fix `--list-formats-old`
2. Allow listing with `--quiet`
3. Allow various listings to work together
4. Allow `--print` to work with listing
|
| |
| |
| |
| |
| |
| | |
* [utils] Fix issues with reversal
* check_formats should catch `DownloadError`, not `ExtractorError`
* Simplify format selectors with `LazyList` and `yield from`
|
| |
| |
| |
| | |
Related: https://github.com/iv-org/invidious/pull/2205#issuecomment-868680486
|
| | |
|
| | |
|
| |
| |
| |
| | |
Authored by: krichbanana
|
| | |
|
| |
| |
| |
| |
| |
| | |
Currently only for HTTP downloads
Closes #430, workaround for https://github.com/ytdl-org/youtube-dl/issues/29326
|
| |
| |
| |
| |
| |
| | |
Necessary for #392
Co-authored by: nao20010128nao, pukkandan
|