| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
85553414ae3007fe866b307b3befd3b9d2423679 made it unnecessary
|
|
|
|
| |
Closes #3821
|
|
|
|
| |
Closes #3799
|
|
|
|
| |
Closes #2885
|
|
|
|
|
| |
Closes #3037, Closes #2858, Closes #2880, Closes #3712
May also fix #3602, #3360
|
|
|
|
| |
Closes #3738
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* [youtube] Fix `--youtube-skip-dash-manifest`
* [build] Use `$()` in `Makefile`. Closes #3684
* Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700
* Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38
* [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode`
* [utils] LazyList: Expose unnecessarily "protected" attributes
and other minor cleanup
|
|
|
| |
Authored by: tpikonen, pukkandan
|
|
|
| |
Authored by: fstirlitz
|
|
|
|
|
|
| |
Using https://github.com/PyCQA/isort
isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
|
|
|
|
|
|
|
|
|
|
| |
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 fstirlitz, pukkandan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Notes:
* `_windows_write_string`: Fixed in 3.6
* https://bugs.python.org/issue1602
* PEP: https://www.python.org/dev/peps/pep-0528
* Windows UTF-8 fix: Fixed in 3.3
* https://bugs.python.org/issue13216
* `__loader__`: is always present in 3.3+
* https://bugs.python.org/issue14646
* `workaround_optparse_bug9161`: Fixed in 2.7
* https://bugs.python.org/issue9161
Authored by: fstirlitz
|
|
|
|
|
|
| |
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
|
|
|
| |
Authored by: tpikonen
|
| |
|
|
|
| |
Authored by: Lesmiscore
|
|
|
|
| |
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
|
|
|
|
|
| |
Based on https://github.com/ytdl-org/youtube-dl/pull/13449
Closes #1946
Authored by: coletdjnz, kmark
|
|
|
| |
Authored by: zmousm
|
|
|
|
| |
Closes #2839
|
|
|
|
| |
Closes #2424
Authored by: Bricio
|
|
|
|
|
|
| |
90tv.ir, HornBunny.com, 220.ro, 5min.com, Kankan.com, Roxwel.com,
FreshLive.tv, TheScene.com, Vube.com
Authored by: marieell
|
|
|
|
| |
Closes #2578
|
|
|
| |
Authored-by: zmousm, dirkf
|
|
|
|
| |
Closes #2334
|
|
|
| |
Authored by: zmousm
|
|
|
|
| |
Closes #2343
Authored by: pukkandan, trassshhub
|
|
|
| |
Authored by: zmousm
|
|
|
| |
Authored by: zmousm
|
|
|
| |
Authored by: zmousm
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/30212
Authored by: zmousm
|
|
|
|
| |
Closes #2281
Authored by: trassshhub
|
|
|
|
|
| |
Closes #1183, https://github.com/ytdl-org/youtube-dl/issues/29615
Authored by: coletdjnz
|
|
|
|
| |
Closes #2214
Authored by: coletdjnz
|
|
|
| |
Authored by: git-anony-mouse
|
| |
|
|
|
| |
Authored by: Grabien, pukkandan
|
|
|
| |
Authored by: shirt-dev
|
|
|
|
|
| |
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29565
Authored by: xenova
|
|
|
| |
Authored by: pabs3
|
|
|
|
| |
Authored by: selfisekai
|
| |
|
| |
|
|
|
|
| |
Closes #1475
|
|
|
|
| |
Closes #1476
|
|
|
| |
Authored by: alerikaisattera
|
|
|
|
| |
Closes #969
Authored by: Ashish0804
|
|
|
|
|
|
| |
* Replaces the extractor for thisvid
Fixes: https://github.com/ytdl-org/youtube-dl/issues/2077
Authored-by: rigstot
|