| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Authored by: coletdjnz, pukkandan
|
|
|
| |
Authored by: Lesmiscore
|
|
|
| |
Authored by: sqrtNOT
|
|
|
|
| |
Authored by: Lesmiscore
|
|
|
| |
Authored by: Matumo, pukkandan
|
| |
|
|
|
|
|
|
| |
This prevents MITM attacks from malicious parties like insane ISPs
Closes #5469
|
|
|
|
| |
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
|
|
|
| |
Authored by: sqrtNOT
|
|
|
| |
Authored by: ekangmonyet
|
|
|
|
| |
Closes #3440
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
| |
|
|
|
|
| |
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
|
|
|
|
| |
Closes https://github.com/yt-dlp/yt-dlp/issues/2636, partially fixes https://github.com/yt-dlp/yt-dlp/issues/367
Authored by: Lesmiscore
|
|
|
| |
Authored by: Lesmiscore
|
| |
|
| |
|
|
|
|
| |
SearchIEs must not inherit from extractors that have a _VALID_URL defined
|
|
|
|
| |
Closes #1805, closes #1800
|
|
|
|
| |
and some minor cleanup of docs
|
| |
|
|
|
| |
Authored by: animelover1984, pukkandan
|
| |
|
|
|
|
| |
Bug from: 6b1d8c1e3038e7f0977ad36027f9f3ff61d27f46
Authored by: CXwudi
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Closes #171
* The structure of the API JSON was changed
* Smile Video seems to be no longer available. So remove the warning
* Move ping to downloader
* Change heartbeat interval to 40sec
* Remove unnecessary API headers
Authored-by: CXwudi, tsukumijima, nao20010128nao, pukkandan
Tested by: tsukumijima
|
|
|
| |
Authored by: CXwudi
|
| |
|
|
|
|
|
| |
Related: https://github.com/yt-dlp/yt-dlp/issues/171#issuecomment-803692716
Co-authored by: CXwudi, xtkoba
|
|
|
|
| |
Co-authored by: animelover1984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TODO:
Smile formats don't work
Extraction code that no longer works needs to be removed
Adapted from:
https://github.com/animelover1984/youtube-dl/commit/b5eff52dd9ed5565672ea1694b38c9296db3fade
by animelover1984
Related:
https://github.com/yt-dlp/yt-dlp/issues/171
https://github.com/animelover1984/youtube-dl/issues/29
https://github.com/ytdl-org/youtube-dl/issues/28470
|
|
* 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
|