aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-15[rh:requests] Handle both `bytes` and `int` for `IncompleteRead.partial` ↵Simon Sawicki
(Fix 8a8b54523addf46dfd50ef599761a81bc22362e6) (#8348) Authored by: bashonly, coletdjnz, Grub4K
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz
Adds support for HTTPS proxies and persistent connections (keep-alive) Closes https://github.com/yt-dlp/yt-dlp/issues/1890 Resolves https://github.com/yt-dlp/yt-dlp/issues/4070 Resolves https://github.com/ytdl-org/youtube-dl/issues/32549 Resolves https://github.com/ytdl-org/youtube-dl/issues/14523 Resolves https://github.com/ytdl-org/youtube-dl/issues/13734 Authored by: coletdjnz, Grub4K, bashonly
2023-10-13[ci] Run core tests with dependenciesbashonly
Authored by: bashonly, coletdjnz
2023-10-13Release 2023.10.132023.10.13github-actions
Created by: bashonly :ci skip all :ci run dl
2023-10-13[cleanup] Misc (#8338)bashonly
Authored by: bashonly, gamer191
2023-10-13[core] Ensure thumbnail output directory exists (#7985)Riteo
Closes #8203 Authored by: Riteo
2023-10-13[ie/jtbc] Add extractors (#8314)sepro
Authored by: seproDev
2023-10-13[ie/mbn] Add extractor (#8312)sepro
Authored by: seproDev
2023-10-13[ie/radiko] Fix bug with `downloader_options`bashonly
Closes #8333 Authored by: bashonly
2023-10-12[ie/youtube] Fix bug with `--extractor-retries inf` (#8328)Simon Sawicki
Authored by: Grub4K
2023-10-09[utils] `write_xattr`: Use `os.setxattr` if available (#8205)bashonly
Closes #8193 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-10-09[ie/nhk] Fix Japanese-language VOD extraction (#8309)garret
Closes #8303 Authored by: garret1317
2023-10-09[ie/tenplay] Add support for seasons (#7939)Midnight Veil
Closes #7744 Authored by: midnightveil
2023-10-09[ie/ArteTV] Support age-restricted content (#8301)Stefan Lobbenmeier
Closes #7782 Authored by: StefanLobbenmeier
2023-10-09[ie/youku] Improve tudou.com support (#8160)naginatana
Authored by: naginatana
2023-10-08[fd/fragment] Improve progress calculation (#8241)Simon Sawicki
This uses the download speed from all threads and also adds smoothing to speed and eta Authored by: Grub4K
2023-10-08[utils] `js_to_json`: Fix `Date` constructor parsing (#8295)Awal Garg
Authored by: awalgarg, Grub4K
2023-10-07Release 2023.10.072023.10.07github-actions
Created by: Grub4K :ci skip all :ci run dl
2023-10-07[cleanup] Misc (#8300)Simon Sawicki
* Simplify nuxt regex * Fix tmz quotes and tests * Update test python versions Authored by: dirkf, gamer191, Grub4K
2023-10-06[ie/youtube] Fix `heatmap` extraction (#8299)bashonly
Closes #8189 Authored by: bashonly
2023-10-06[ie/theta] Remove extractors (#8251)Aleri Kaisattera
Authored by: alerikaisattera
2023-10-06[cleanup] Update extractor tests (#7718)trainman261
Authored by: trainman261
2023-10-06[ie/nhk] Fix VOD extraction (#8249)garret
Closes #8242 Authored by: garret1317
2023-10-06[ie/lbry] Extract `uploader_id` (#8244)Raphaël Droz
Closes #123 Authored by: drzraf
2023-10-06[ie/erocast] Add extractor (#8264)Esme
Closes #4001 Authored by: madewokherd
2023-10-06[ie/iq.com] Fix extraction and subtitles (#8260)AS6939
Closes #7734, Closes #8123 Authored by: AS6939
2023-10-06[ie/radiko] Improve extraction (#8221)garret
Authored by: garret1317
2023-10-06[ie/substack] Fix download cookies bug (#8219)Umar Getagazov
Authored by: handlerug
2023-10-06[ie/substack] Fix embed extraction (#8218)Umar Getagazov
Authored by: handlerug
2023-10-06[ie/lbry] Add playlist support (#8213)Raphaël Droz
Closes #5982, Closes #8204 Authored by: drzraf, bashonly, Grub4K
2023-10-06[ie/abc.net.au:iview] Improve `episode` extraction (#8201)xofe
Authored by: xofe
2023-10-06[ie/neteasemusic] Fix extractors (#8181)c-basalt
Closes #4388 Authored by: c-basalt
2023-10-06[ie/LiTV] Fix extractor (#7785)gillux
Closes #5456 Authored by: jiru
2023-10-04[ie/WrestleUniverseVOD] Call API with device ID (#8272)bashonly
Closes #8271 Authored by: bashonly
2023-10-04[ie/gofile] Fix token cookie bugbashonly
Authored by: bashonly
2023-10-03[ie/xhamster:user] Support creator urls (#8232)Simon Sawicki
Authored by: Grub4K
2023-10-03[ie/youtube] Raise a warning for `Incomplete Data` instead of an error (#8238)coletdjnz
Closes https://github.com/yt-dlp/yt-dlp/issues/8206 Adds `raise_incomplete_data` extractor arg to revert this behaviour and raise an error. Authored by: coletdjnz Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-09-24Release 2023.09.242023.09.24github-actions
Created by: Grub4K :ci skip all :ci run dl
2023-09-24[cleanup] MiscSimon Sawicki
Authored by: Grub4K
2023-09-24[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)Simon Sawicki
The shell escape function is now using `""` instead of `\"`. `utils.Popen` has been patched to properly quote commands. Prior to this fix using `--exec` together with `%q` when on Windows could cause remote code to execute. See https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg for reference. Authored by: Grub4K
2023-09-24[core] Raise minimum recommended Python version to 3.8 (#8183)Simon Sawicki
Authored by: Grub4K
2023-09-23[ie/nfl.com:plus:replay] Fix extractor (#7838)bashonly
Closes #7836 Authored by: bashonly
2023-09-23[ie/brilliantpala] Add extractors (#6680)Mozi
Authored by: pzhlkj6612
2023-09-23[ie/niconicochannelplus] Add extractors (#5686)Mozi
Closes #2537 Authored by: pzhlkj6612
2023-09-23[ie/cineverse] Add extractors (#8146)garret
Also removes AsianCrushIE and AsianCrushPlaylistIE (URLs do not work anymore & old IDs are unavailable). Closes #8109 Authored by: garret1317
2023-09-23[ie/PIAULIZAPortal] Add extractor (#7903)Mozi
Authored by: pzhlkj6612
2023-09-23[ie/Monstercat] Add extractor (#8133)garret
Closes #8067 Authored by: garret1317
2023-09-23[cleanup] Misc (#8182)bashonly
Closes #7796, Closes #8028 Authored by: barsnick, sqrtNOT, gamer191, coletdjnz, Grub4K, bashonly
2023-09-23[ie/ArteTV] Fix HLS formats extractionbashonly
Closes #8156 Authored by: bashonly
2023-09-21[ie/twitcasting] Support `--wait-for-video` (#7975)Atsushi Watanabe
Authored by: at-wat