| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Authored by: lockmatrix, pukkandan
|
|
|
|
| |
Closes #1878, #4071, #4397
Authored by: lockmatrix, pukkandan
|
|
|
|
| |
Closes #5038
Authored by: lockmatrix
|
|
|
| |
Authored by: lockmatrix
|
|
|
|
|
| |
Seen in some rare cases
Authored by: coletdjnz
|
|
|
|
| |
Closes #4825
|
|
|
| |
Authored by: jackyyf
|
|
|
|
| |
Related #4682
|
|
|
|
| |
Closes #4682
|
|
|
|
|
| |
Closes #4359
Authored by: MinePlayersPE
|
|
|
|
|
|
| |
Closes #3123
Authored by: HobbyistDev
|
|
|
|
|
|
|
| |
[NHK] Use new API URL
https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a
Closes #2337, Closes #4063
|
|
|
|
| |
Closes #4116
|
|
|
| |
Authored by: HE7086, pukkandan
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #3289
Authored by: dzek69
|
|
|
|
|
|
| |
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
|
|
|
| |
Authored by: wlritchi
|
|
|
|
| |
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
|
|
|
| |
Authored by: blackgear
|
|
|
|
|
| |
Closes #2599, Closes #2562
Fixes https://github.com/yt-dlp/yt-dlp/pull/1716#issuecomment-980512982
|
|
|
|
| |
Closes #1898, #1819
Authored by: u-spec-png
|
| |
|
|
|
|
|
| |
and misc improvements
Authored by: MinePlayersPE
|
|
|
|
| |
Closes #1744
Authored by: MinePlayersPE
|
|
|
|
| |
Closes #1714
Authored by: u-spec-png
|
|
|
|
| |
Closes #1412
Authored by: u-spec-png
|
|
|
|
| |
and some minor cleanup of docs
|
|
|
|
|
| |
Closes #1169
Authored by pukkandan, u-spec-png
|
|
|
| |
Authored by: u-spec-png
|
|
|
|
|
| |
Closes #1015
Based on https://github.com/y2361547758/bcc2ass
Authored by: u-spec-png
|
|
|
|
| |
Closes #611
Authored by: Ashish0804
|
| |
|
|
|
| |
Authored by: animelover1984
|
| |
|
|
|
|
|
| |
[liveleak] Remove extractor
https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961
|
| |
|
|
|
|
|
|
|
| |
Closes #222
https://github.com/nao20010128nao/ytdl-patched/commit/ccca21d7f57f1330a205f07d369e31883ba006c2
Coauthored by: nao20010128nao, pukkandan
|
|
|
|
| |
Related: https://github.com/yt-dlp/yt-dlp/issues/222
|
|
|
|
|
|
| |
Closes: #118
Co-authored by: animelover1984
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
* `--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
|
| |
|
|
* All modules and binary names are changed
* All documentation references changed
* yt-dlp no longer loads youtube-dlc config files
* All URLs changed to point to organization account
Co-authored-by: Pccode66
Co-authored-by: pukkandan
|