A description of the various files is in the README
The PyInstaller-bundled executables are subject to the licenses described in THIRD_PARTY_LICENSES.txt
Changelog
Core changes
- compat: Add
compat_datetime_from_timestamp
(#11902) by pzhlkj6612, seproDev - utils:
random_user_agent
: Bump versions (#14317) by seproDev
Extractor changes
- 10play: Fix extractor (#14242) by Sipherdrakon
- loco: Fix extractor (#14256) by seproDev
- mitele: Remove extractor (#14348) by bashonly
- newspicks: Warn when only preview is available (#14197) by doe1080
- onsen: Add extractor (#10971) by doe1080
- pixivsketch: Remove extractors (#14196) by doe1080
- smotrim: Rework extractors (#14200) by doe1080, swayll
- telecinco: Support browser impersonation (#14351) by bashonly
- tiktok: live: Fix room ID extraction (#14287) by bashonly
- tunein: Fix extractors (#13981) by doe1080
- vimeo: Fix login error handling (#14280) by bashonly
- vk: Support vksport URLs (#14341) by seproDev
- xhamster: Fix extractor (#14286) by nicolaasjan, willsmillie (With fixes in 677997d by arand, thegymguy)
Misc. changes
- build
- ci
- cleanup
- Bump ruff to 0.13.x (#14293) by bashonly
- Remove broken extractors (#14305) by bashonly
- Remove setup.cfg (#14314) by seproDev (With fixes in 8ab262c by bashonly)
- docs: Clarify license of PyInstaller-bundled executables (#14257) by seproDev
- test: utils: Fix
sanitize_path
test for Windows CPython 3.11 (#13878) by Grub4K