aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-11[ie/goplay] Fix extractor (#11466)Sam
Closes #10857 Authored by: SamDecrock, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-11-11[ie/CloudflareStream] Avoid extraction via videodelivery.net (#11478)Hugo
Closes #11477 Authored by: hugovdev
2024-11-11[build] Bump PyInstaller version pin to `>=6.11.1` (#11507)bashonly
Authored by: bashonly
2024-11-11[ie/MixchMovie] Add extractor (#10897)Sakura286
Closes #10765 Authored by: Sakura286
2024-11-11[ie/spreaker] Support podcast and feed pages (#10968)Subrat Lima
Closes #10925 Authored by: subrat-lima
2024-11-11[ie/rutube] Rework extractors (#11480)sepro
Closes #9694, Closes #10104, Closes #11117, Closes #11415, Closes #11476 Authored by: seproDev
2024-11-11[ie/spreaker] Support episode pages and access keys (#11489)Julio Napurí
Authored by: julionc
2024-11-10[core] Catch broken Cryptodome installations (#11486)sepro
Authored by: seproDev
2024-11-09[build] Pin `websockets` version to >=13.0,<14 (#11488)bashonly
websockets 14.0 causes CI test failures (a lot more of them) Authored by: bashonly
2024-11-09[build] Enable attestations for trusted publishing (#11420)bashonly
Reverts 428ffb75aa3534b275cf54de42693a4d261519da Authored by: bashonly
2024-11-06[ie/GameDevTV] Add extractor (#11368)Steve Ovens
Authored by: stratus-ss, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-11-06[ie/adobepass] Fix provider requests (#11472)bashonly
Fix bug in dcfeea4dd5e5686821350baa6c7767a011944867 Closes #11469 Authored by: bashonly
2024-11-04Release 2024.11.042024.11.04github-actions[bot]
Created by: bashonly :ci skip all
2024-11-04[cleanup] Misc (#11347)sepro
Closes #11361 Authored by: avagordon01, bashonly, grqz, Grub4K, seproDev Co-authored-by: Ava Gordon <avagordon01@gmail.com> Co-authored-by: bashonly <bashonly@protonmail.com> Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com> Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-11-04[ie/Tumblr] Support more URLs (#6057)lauren n. liberda
Closes #5893 Authored by: selfisekai, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2024-11-04[cookies] Support chrome table version 24 (#11425)Evgeny Zislis
Closes #6564 Authored by: kesor, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2024-11-03[ie/nfl] Fix extractors (#11409)bashonly
Authored by: bashonly
2024-11-04[ie/Dailymotion] Support shortened URLs (#11374)sepro
Authored by: seproDev, bashonly Co-authored-by: bashonly <bashonly@protonmail.com>
2024-11-04[ie/ARDMediathek] Extract chapters (#11442)chris
Authored by: iw0nderhow
2024-11-03[ie/chzzk:video] Fix extraction (#11228)Dong Heon Hee
Closes #11226 Authored by: hui1601
2024-11-03[ie/Dailymotion] Improve embed extraction (#10843)Mozi
Closes #8848, Closes #9432 Authored by: pzhlkj6612, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-11-03[ie/bfmtv] Fix extractors (#11444)sepro
Authored by: seproDev
2024-11-03[aes] Fix GCM pad length calculation (#11438)sepro
Closes #10169 Authored by: seproDev
2024-11-03[core] Prioritize AV1 (#11153)sepro
Authored by: seproDev
2024-11-03[utils] Fix and improve `find_element` and `find_elements` (#11443)bashonly
Fix d710a6ca7c622705c0c8c8a3615916f531137d5d Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-11-03[ie/Bluesky] Add extractor (#11055)Willow
Closes #10987 Authored by: MellowKyler, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2024-11-02[utils] Allow partial application for even more functions (#11437)Simon Sawicki
Fixes b6dc2c49e8793c6dfa21275e61caf49ec1148b81 Authored by: Grub4K
2024-10-31[ie/yle_areena] Support live events (#11358)Nicolas F.
Authored by: CounterPillow, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-10-31[build] Disable attestations for trusted publishing (#11418)bashonly
Currently does not work with reusable workflows, e.g. release-nightly.yml calling release.yml Ref: https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.11.0 https://github.com/pypa/gh-action-pypi-publish/discussions/255 https://github.com/pypi/warehouse/issues/11096 Authored by: bashonly
2024-10-30[utils] Allow partial application for more functions (#11391)bashonly
Also adds the `trim_str` traversal helper Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-10-30[ie/twitter] Remove cookies migration workaround (#11392)bashonly
Closes #11338 Authored by: bashonly
2024-10-30[ie/youtube] Adjust OAuth refresh token handling (#11414)bashonly
Removes support for using '' as an empty password in netrc, e.g.: machine youtube login oauth password '' Double-quotes ("") are valid and must be used instead, e.g.: machine youtube login oauth password "" Authored by: bashonly
2024-10-30Fix `--netrc` empty string parsing for Python <=3.10 (#11414)bashonly
Ref: https://github.com/python/cpython/commit/15409c720be0503131713e3d3abc1acd0da07378 Closes #11413 Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-10-29Allow thumbnails with `.jpe` extension (#11408)bashonly
Fix 5ce582448ececb8d9c30c8c31f58330090ced03a Closes #11407 Authored by: bashonly
2024-10-29[utils] Fix `find_element` by class (#11402)bashonly
Fix d710a6ca7c622705c0c8c8a3615916f531137d5d Authored by: bashonly
2024-10-28[ie/Soundcloud] Extract artists (#11377)sepro
Closes #11375 Authored by: seproDev
2024-10-27[ie/ccma] Support new 3cat.cat domain (#11222)JAB
Closes #11163 Authored by: JoseAngelB
2024-10-27[devscripts] `make_changelog`: Parse full commit message for fixes (#11366)bashonly
Authored by: Grub4K, bashonly Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-10-27[core] Populate format sorting fields before dependent fields (#11353)Simon Sawicki
Authored by: Grub4K
2024-10-26[ie] Resolve `language` to ISO639-2 for ISM formats (#11359)bashonly
Closes #11356 Authored by: bashonly
2024-10-26[ie/NiconicoUser] Fix extractor (#11324)Wehzuri
Partially addresses #10084 Authored by: Wesley107772
2024-10-26[ie/CNN] Fix extractor (#10185)kylegustavo
Closes #2640, Closes #9719 Authored by: kylegustavo, seproDev Co-authored-by: sepro <sepro@sepr0.com>
2024-10-25[ie/vimeo] Fix API retries (fix c1c9bb4adb42d0d93a2fb5d93a7de0a87b6ba884) ↵bashonly
(#11351) Authored by: bashonly
2024-10-24[ie/generic] Do not impersonate by default (fix ↵bashonly
edfd095b1917701c5046bd51f9542897c17d41a7) (#11336) Closes #11335 Authored by: bashonly
2024-10-24[ie/facebook] Fix formats extraction (#11343)kclauhk
Closes #11337 Authored by: kclauhk
2024-10-23Expand paths in `--plugin-dirs` (fix ↵bashonly
0f593dca9fa995d88eb763170a932da61c8f24dc) (#11334) Authored by: bashonly
2024-10-23[cleanup] Misc (#11328)bashonly
Closes #11307 Authored by: bashonly, KBelmin Co-authored-by: Belminho <102482175+KBelmin@users.noreply.github.com>
2024-10-23Remove Python 3.8 support (#11321)bashonly
Closes #10086 Authored by: bashonly
2024-10-22[build] Use Ubuntu 20.04 and Python 3.9 for Linux ARM builds (#8638)bashonly
Authored by: bashonly
2024-10-22[cleanup] Misc (#11311)bashonly
Authored by: bashonly