| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
* Create `FFmpegPostProcessor.real_run_ffmpeg` that can accept multiple input/output files along with switches for each
* Rewrite `cli_configuration_args` and related functions
* Create `YoutubeDL._ensure_dir_exists` - this was previously defined in multiple places
|
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/pull/27621
Authored by: kevinoconnor7
|
| |
|
|
|
|
| |
Bug introduced by #150
Authored by: nixxo
|
|
|
|
|
|
|
|
|
|
|
| |
* Option `--concurrent-fragments` (`-N`) to set the number of threads
Related: #165
Known issues:
* When receiving Ctrl+C, the process will exit only after finishing the currently downloading fragments
* The download progress shows the speed of only one thread
Authored by shirt-dev
|
|
|
|
|
|
|
| |
* Fix error when there is no `protocol` in `info_dict`
* Move HLS byte range detection to `Aria2cFD` so that the download will fall back to the native downloader instead of ffmpeg
* Fix bug with getting no fragments in DASH
* Convert `check_results` in `can_download` to a generator
|
|
|
|
|
| |
Added support for VODs, live and embeds
Authored by: nixxo
|
|
|
|
| |
Co-authored-by: Ashish <ashish@pop-os.localdomain>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
|
|
| |
Authored by: shirt
|
| |
|
|
|
|
|
|
| |
* New extractors: MTVItalia, MTVItaliaProgramma
* Extract fields: series, season_number, episode_number
Authored-by: nixxo
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/pull/27992
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28354
Authored by teesid
|
| |
|
|
|
|
|
|
|
|
| |
This is a temporary fix. Ideally we should find a more reasonable accept string that just "*/*"
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28363 https://github.com/ytdl-org/youtube-dl/issues/28341
Thanks to animelover1984 for identifying the problem
|
|
|
|
|
|
| |
Closes #83
Authored-by: Ashish <ashish@pop-os.localdomain>
ci skip all
|
|
|
| |
Authored by: nixxo <nixxo@protonmail.com>
|
|
|
|
| |
Closes #151
|
| |
|
| |
|
|
|
| |
Authored-by: nixxo <c.nixxo@gmail.com>
|
|
|
|
| |
Co-authored-by: Ashish <ashish@pop-os.localdomain>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
|
|
| |
Authored by: colethedj
|
|
|
|
|
| |
Related: #143
Authored by: colethedj
|
|
|
|
| |
Caused by: 7f7de7f94dfeacb0eb78cb9487dfcaf5707da381
|
|
|
|
| |
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346
|
|
|
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/pull/28207
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28084
Authored by: nixxo <nixxo@protonmail.com>
|
|
|
|
| |
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: Matthew <colethedj@protonmail.com>
|
|
|
|
|
| |
Related: https://github.com/ytdl-org/youtube-dl/issues/28342
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
|
|
|
|
| |
Closes #133
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Known issues (these issues existed in previous API as well)
* Mix playlists only give 1 page (25 vids)
* Trending only gives 1 video
* History gives 5 pages (200 vids)
Co-authored-by: colethedj, pukkandan
|
| |
|
|
|
|
| |
so that even those not using sleep won't get 429'd on youtube
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Autogenerate `AUTHORS`
* Fix `setup.py` using wrong completion files
* Complete `ChangeLog` -> `Changelog.md` rename
* Make `make tar` respect DESTDIR
* Remove `bin/` `yt-dlp` and `docs/` from tar and sdist
* Make `pypi-files` build all files needed for `python setup.py`
* Add `completions` alias
* Add `devscripts/` and `supportedsites.md` to pip sdist
* Remove `man` target
* Remove `README.txt` from sdist
* Make `clean` more granular
* Move aliases to top
Authored by: hseg <gesh@gesh.uni.cx>
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/pull/27325
Authored by: codeasashu
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/pull/27900
Authored by: DennyDai
|
|
|
|
| |
youtube-dl has since fixed the extractor and the changes from the two sources are incompatible
|
| |
|
|
|
| |
Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Currently only used by youtube
Fixes https://github.com/ytdl-org/youtube-dl/issues/28194
Possibly also fixes: https://github.com/ytdl-org/youtube-dl/issues/28289 (can not confirm since the issue isn't reliably reproducible)
|
|
|
|
|
|
|
|
| |
* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used
* Don't pass `config_location` to `YoutubeDL` (it is unused)
* [bilibiliaudio] Recognize the file as audio-only
* Update gitignore
* Fix typos
|