| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
vlive has shut down: https://web.archive.org/web/20221031171019/https://www.vlive.tv/notice/4749
Authored by: seproDev
|
| |
|
|
|
|
| |
Closes #5424
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
|
| |
|
| |
|
| |
|
|
|
|
| |
Closes #1472
Authored by: Ashish0804
|
|
|
|
|
|
| |
Based on https://github.com/ytdl-org/youtube-dl/pull/29866
Closes #749, #927, https://github.com/ytdl-org/youtube-dl/issues/29837
Authored by kikuyan, pukkandan
|
|
|
|
| |
Closes #477
|
| |
|
|
|
|
|
|
| |
https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb
Closes #205
|
|
* 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
|