| 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 https://github.com/yt-dlp/yt-dlp/issues/4574
Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
* Ignore private formats if not logged in (fixes https://github.com/yt-dlp/yt-dlp/issues/3832)
* Prefer original formats
* Support mpg formats
Authored by: coletdjnz, pukkandan
|
|
|
|
| |
Removing any more will require changes to a large number of extractors
|
|
|
| |
Authored by: pukkandan, coletdjnz
|
|
|
|
|
| |
All fetching of JSON objects should eventually be done with this function
but only `youtube` is being refactored for now
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Partial fix for https://github.com/yt-dlp/yt-dlp/issues/3278
Authored-by: coletdjnz
|
|
|
|
| |
Closes #2419
|
|
|
|
| |
and misc cleanup
|
|
|
|
| |
Closes #2452
|
|
|
| |
Authored-by: coletdjnz
|
| |
|
|
|
| |
Co-authored by: colethedj, pukkandan, alex-gedeon
|
|
* 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
|