| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Closes #2696
Authored by: elyse0
|
|
|
|
| |
Authored by: fstirlitz, pukkandan
|
|
|
|
|
|
| |
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
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
|
|
| |
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 #2911
Authored by: Fam0r, pukkandan
|
| |
|
|
|
|
| |
Closes #3127, Closes #3081, Closes #3177
|
|
|
|
| |
Closes #3173
|
|
|
|
| |
Closes #3174
|
|
|
|
| |
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API
|
|
|
|
| |
Authored-by: coletdjnz
|
|
|
|
| |
Closes #2828, closes #2734, closes #2802, closes #2937
|
| |
|
|
|
| |
Authored by: zmousm
|
| |
|
| |
|
|
|
| |
Authored by: coletdjnz
|
|
|
|
| |
Authored by: Lesmiscore
|
|
|
|
|
| |
Closes #2705
Authored by: dirkf, pukkandan
|
| |
|
|
|
|
| |
Closes #2718
|
|
|
|
| |
Closes #2541, #2484
|
|
|
|
| |
Closes #2578
|
| |
|
|
|
|
| |
Closes #2448
|
| |
|
|
|
|
| |
Closes #2334
|
|
|
|
|
| |
Closes #2350
* Adds `channel_follower_count` field
Authored-by: coletdjnz
|
| |
|
| |
|
|
|
|
| |
Closes #704
Authored by: MinePlayersPE
|
|
|
| |
Authored by: teridon
|
|
|
|
|
|
|
| |
* Add fields modified_date, modified_timestamp
* Add field playlist_count
* [youtube:tab] Extract view_count, playlist_count, modified_date
Authored by: coletdjnz, pukkandan
|
|
|
| |
Authored by: iw0nderhow, pukkandan
|
|
|
| |
Authored by: nixxo
|
|
|
| |
Authored by: fstirlitz
|
|
|
| |
Authored by: MinePlayersPE
|
|
|
|
| |
Closes #1934
Authored by: r5d
|
|
|
|
| |
Closes #1942 #1976 #2020 #2058 #1984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add option `--live-from-start` to enable downloading live videos from start
* Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start
* [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments
* [fragment] Allow multiple live dash formats to download simultaneously
* [youtube] Implement fragment re-fetching for the live dash formats
* [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs)
* [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms
Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats
Closes #1521
Authored by: nao20010128nao, pukkandan
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original PR: https://github.com/ytdl-org/youtube-dl/pull/30229
Per W3C JSON-LD v1.1 ยง4.9 (non-normative ref):
When a JSON-LD document's top-level structure is a map that contains
no other keys than @graph and optionally @context (properties that
are not mapped to an IRI or a keyword are ignored), @graph is
considered to express the otherwise implicit default graph.
Authored by: zmousm
|
| |
|
| |
|
|
|
|
| |
Closes #1981
|
|
|
| |
Authored by: nao20010128nao
|