| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes #5177, #5277
Authored by: flashdagger
|
| |
|
|
|
|
| |
Closes #5162
|
|
|
|
|
|
|
| |
Extracts embeds from escaped HTML within `data-html` attribute.
Related: https://github.com/ytdl-org/youtube-dl/issues/21294, https://github.com/yt-dlp/yt-dlp/pull/5121
Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
|
| |
|
|
|
|
| |
Closes #5144, #5143
Authored by: Grub4K
|
|
|
|
|
|
|
| |
Fix bitrate and filesize extraction and support embeds with unquoted urls.
Related: #5106
Authored by: coletdjnz
|
|
|
|
| |
Related #5035
|
|
|
|
|
|
| |
Fixes https://github.com/yt-dlp/yt-dlp/issues/4748
Related: https://github.com/yt-dlp/yt-dlp/issues/4985
Authored by: coletdjnz
|
|
|
|
| |
Closes #4985
Authored by: bashonly
|
|
|
|
| |
Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
|
|
|
|
| |
Closes #4941
|
| |
|
|
|
|
| |
CLoses #4765
|
| |
|
|
|
| |
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
|
|
|
|
|
|
| |
Closes #4291
Authored by: coletdjnz, pukkandan
|
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
|
| |
and split download tests so they can be more easily run in CI
Authored by: coletdjnz
|
| |
|
| |
|
| |
|
|
|
| |
Authored by: crazymoose77756
|
| |
|
| |
|
|
|
|
| |
Closes #3722
Authored by: elyse0
|
|
|
|
| |
Closes: #4022
|
|
|
|
| |
Closes #4064
|
|
|
|
| |
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
|