| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
website close (#6218)
Authored by: Lesmiscore
|
| |
|
|
|
|
|
|
|
| |
`Brightcove` is difficult to migrate because it's subclasses may depend
on the signature of the current functions. So it is left as-is for now
Note: Tests have not been migrated
|
|
|
| |
Authored by: Lesmiscore
|
|
|
|
| |
Removing any more will require changes to a large number of extractors
|
|
|
|
| |
This fixes 400 error for /title/ URLs.
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
Authored by: hyano
|
| |
|
| |
|
| |
|
|
|
| |
Authored by: nao20010128nao
|
|
|
|
|
| |
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28290
Co-authored-by: llacb47, pukkandan
|
|
|
|
|
| |
* Ignores the "no video format" and similar errors
* Experimental - Some extractors may still throw these errors
|
|
* 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
|