| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Authored by: bashonly
|
|
|
|
|
|
|
| |
* [utils] Create `RetryManager`
* Migrate all retries to use the manager
* [extractor] Add wrapper methods for convenience
* Standardize console messages for retries
* Add `--retry-sleep` for extractors
|
|
|
|
|
|
|
| |
`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
|
|
|
|
|
|
|
|
| |
Based on #3624, https://github.com/ytdl-org/youtube-dl/pull/30479
Closes #3551
Authored by dirkf, sulyi, pukkandan
|
|
|
|
| |
Closes #3799
|
|
|
|
|
|
|
|
|
|
| |
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 #3349, Closes #3351
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes #3243
Authored by: hatienl0i261299
|
| |
|
|
|
|
| |
and add test
|
|
|
|
| |
Closes #2396
|
|
|
|
| |
Closes #2476
Authored by: MinePlayersPE
|
| |
|
|
|
|
| |
Closes #2184
Authored by: MinePlayersPE
|
|
|
|
|
| |
Closes #2186
Authored by: pukkandan, MinePlayersPE
|
|
|
|
| |
Closes #2265
Authored by: MinePlayersPE
|
|
|
|
| |
Closes #2166
Authored by: MinePlayersPE
|
|
|
|
| |
Fixes: #2133
Authored by: MinePlayersPE
|
|
|
|
| |
Closes #2133, #2135
Authored by: MinePlayersPE, llacb47
|
|
|
|
| |
Authored by: MinePlayersPE
Workaround for #2133
|
| |
|
|
|
|
| |
Closes #1752
Authored by: MinePlayersPE
|
| |
|
|
|
| |
Authored by: MinePlayersPE
|
|
|
|
| |
Closes #1802
|
| |
|
|
|
|
| |
Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
|
|
|
|
|
| |
and update tests
Closes #1226
|
|
|
|
| |
Closes #1121
Authored by: MinePlayersPE
|
|
|
|
|
|
| |
and misc cleanup
Closes #859
Authored by: MinePlayersPE, llacb47
|
|
|
| |
Authored by: MinePlayersPE, llacb47
|
| |
|
|
|
| |
Authored-by: Ashish0804, pukkandan
|
| |
|
|
|
|
|
| |
[ard] improve clip id extraction
https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
|
|
* 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
|