| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Also fix documentation of `sleep_interval_subtitles`
Related issues:
https://github.com/blackjack4494/yt-dlc/issues/158
https://github.com/blackjack4494/youtube-dlc/issues/195
https://github.com/ytdl-org/youtube-dl/pull/28270
https://github.com/ytdl-org/youtube-dl/pull/28144
https://github.com/ytdl-org/youtube-dl/issues/27767
https://github.com/ytdl-org/youtube-dl/issues/23638
https://github.com/ytdl-org/youtube-dl/issues/26287
https://github.com/ytdl-org/youtube-dl/issues/26319
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Also added option `--no-hls-use-mpegts` to disable this
Related: #96
|
| |
|
|
|
| |
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
|
|
|
| |
Authored by: RobinD42
|
|
|
|
|
|
|
|
| |
Tests can be enabled/disabled using the following in the commit message
* Run Download: `ci-run-dl`
* Skip Core: `ci-skip`
* Skip Quick & Core: `ci-skip-all`
(replace "-" by a space " ")
|
|
|
|
| |
Related: #116
|
|\ |
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| | |
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
:ci skip dl
|
|/
|
|
| |
Closes: #108, #110
|