| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #7901
Authored by: ringus1
|
|
|
|
| |
Fixes #7742
Authored by: ringus1
|
|
|
|
| |
Closes #7469
Authored by: demon071, bashonly
|
|
|
|
| |
Authored by: coletdjnz, pukkandan
|
|
|
|
| |
Closes #3432
Authored by: ringus1
|
| |
|
|
|
|
| |
Closes #4039
Authored by: bashonly
|
|
|
|
|
|
|
| |
`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
|
|
|
|
| |
Removing any more will require changes to a large number of extractors
|
|
|
|
|
|
| |
19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8
Closes #3472
|
|
|
| |
Authored by: Wikidepia
|
|
|
|
|
|
|
|
|
|
| |
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 #2264, related: #2320
|
|
|
|
| |
Closes #1943, closes #795
|
| |
|
|
|
|
| |
Closes #1035
|
|
|
|
| |
Closes #795
|
|
|
| |
Authored by: Derkades
|
|
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29796
Closes #453, https://github.com/ytdl-org/youtube-dl/issues/29421, https://github.com/ytdl-org/youtube-dl/issues/23627, https://github.com/ytdl-org/youtube-dl/issues/23180, https://github.com/ytdl-org/youtube-dl/issues/14156
Authored by: kikuyan
|
|
|
|
| |
Partially fixes: #453
|
|
|
|
|
| |
Update MSVC 2010 redist URL
https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2
|
| |
|
|
|
|
|
| |
* 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
|