aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-14[cleanup] Misc (#8510)Simon Sawicki
Authored by: bashonly, coletdjnz, dirkf, gamer191, seproDev, Grub4K
2023-11-14[ie] Do not smuggle `http_headers`bashonly
See: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-3ch3-jhc6-5r8x Authored by: coletdjnz
2023-11-14[ie] Do not test truth value of `xml.etree.ElementTree.Element` (#8582)bashonly
Testing the truthiness of an `xml.etree.ElementTree.Element` instance is deprecated in py3.12 Authored by: bashonly
2023-11-12[test:update] Implement simple updater unit testsbashonly
Authored by: bashonly
2023-11-12[cleanup] Update documentation for master and nightly channelsbashonly
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-11-12[update] Overhaul self-updaterbashonly
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-11-12[ci] Bump `actions/checkout` to v4bashonly
Authored by: bashonly
2023-11-12[build] Include secretstorage in Linux buildsbashonly
Authored by: bashonly
2023-11-12[core] Include build origin in verbose outputbashonly
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-11-12[build] Overhaul and unify release workflowbashonly
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-11-11[ie/n-tv.de] Fix extractor (#8414)Frank Aurich
Closes #3179 Authored by: 1100101
2023-11-11[ie/radiocomercial] Add extractors (#8508)SirElderling
Authored by: SirElderling
2023-11-11[ie/neteasemusic] Improve metadata extraction (#8531)LoserFox
Closes #8530 Authored by: LoserFox
2023-11-11[ie/orf:podcast] Add extractor (#8486)Esokrates
Closes #5265 Authored by: Esokrates
2023-11-11[ie/twitter:broadcast] Support `--wait-for-video` (#8475)bashonly
Closes #8473 Authored by: bashonly
2023-11-11[ie/theatercomplextown] Add extractors (#8560)bashonly
Closes #8491 Authored by: bashonly
2023-11-11[ie/thisoldhouse] Add login support (#8561)bashonly
Closes #8257 Authored by: bashonly
2023-11-11[ie/weibo] Fix extraction (#8463)c-basalt
Closes #8445 Authored by: c-basalt
2023-11-11[ie/LaXarxaMes] Add extractor (#8412)Aniol Pagès
Authored by: aniolpages
2023-11-11[ie/nhk] Improve metadata extraction (#8388)garret
Authored by: garret1317
2023-11-11[ie/ondemandkorea] Overhaul extractor (#8386)sepro
Closes #8374 Authored by: seproDev
2023-11-11[ie/NovaEmbed] Improve `_VALID_URL` (#8368)Martin Pecka
Authored by: peci1
2023-11-11[ie/brilliantpala] Fix cookies support (#8352)Mozi
Authored by: pzhlkj6612
2023-11-11[ie/thisav] Remove (#8346)bashonly
Authored by: bashonly
2023-11-11[ie/sbs.co.kr] Add extractors (#8326)sepro
Authored by: seproDev
2023-11-11[ie/zoom] Extract combined view formats (#7847)Tom
Authored by: Mipsters
2023-11-11[ie/twitter:broadcast] Improve metadata extraction (#8383)HitomaruKonpaku
Authored by: HitomaruKonpaku
2023-11-07[core] Add `--compat-option manifest-filesize-approx` (#8356)bashonly
Closes #7623 Authored by: bashonly
2023-11-07[core] Fix format sorting with `--load-info-json` (#8521)bashonly
Closes #7971 Authored by: bashonly
2023-11-07[fd/dash] Force native downloader for `--live-from-start` (#8339)bashonly
Closes #8212 Authored by: bashonly
2023-11-07Revert 39abae23546160fa98ac2b0c91e3d69fa965b573bashonly
The iOS client is not subject to integrity checks and is likely to be a more stable choice going forward Authored by: bashonly
2023-11-07[fd/aria2c] Remove duplicate `--file-allocation=none` (#8332)CrendKing
Authored by: CrendKing
2023-10-28[ie/weverse] Fix login error handling (#8458)sepro
Authored by: seproDev
2023-10-28[ie/polskieradio:audition] Fix playlist extraction (#8459)Shubham
Closes #8419 Authored by: shubhexists
2023-10-28[ie/youtube] Check newly uploaded iOS HLS formats (#8336)bashonly
Closes #7747 Authored by: bashonly
2023-10-28[ie/youtube] Deprioritize iOS client formats (#8337)bashonly
Authored by: bashonly
2023-10-28[ie/generic] Improve direct video link ext detection (#8340)bashonly
Closes #8265 Authored by: bashonly
2023-10-28[ie/QDance] Update `_VALID_URL` (#8426)bashonly
Authored by: bashonly
2023-10-28[ie/npo] Send `POST` request to streams API endpoint (#8413)Bart Broere
Closes #6398 Authored by: bartbroere
2023-10-27[ie/twitcasting] Fix livestream extraction (#8427)saintliao
Closes #8431 Authored by: JC-Chung, saintliao Co-authored-by: JC-Chung <52159296+JC-Chung@users.noreply.github.com>
2023-10-22[core] Only ensure playlist thumbnail dir if writing thumbs (#8373)bashonly
Bugfix for 2acd1d555ef89851c73773776715d3de9a0e30b9 Closes #8372 Authored by: bashonly
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