Sp5rky
ebe5012aeb
fix: upgrade pyplayready to 0.6.3 and resolve import compatibility issues
...
- Upgrade pyplayready from >=0.6.0 to >=0.6.3
- Upgrade subby to 0.3.23 (commit 5a925c36) for lxml 6.x compatibility
- Upgrade lxml from 5.4.0 to 6.0.2
- Fix pyplayready exception imports to use root-level imports (compatible with both 0.6.0 and 0.6.3)
- Suppress SyntaxWarning from unmaintained tinycss dependency
The pyplayready package changed its API between versions:
- v0.6.0: exceptions in pyplayready.exceptions module
- v0.6.3: exceptions in pyplayready.misc.exceptions module
Using root-level imports (from pyplayready import ...) works with both versions.
ref #20
2025-09-30 13:50:17 -06:00
Andy
a99a391395
chore: bump version to 1.4.6 and update changelog
2025-09-13 04:01:45 +00:00
Andy
9fd0895128
feat(cdm): Refactor DecryptLabsRemoteCDM full support for Widevine/Playready and ChromeCDM
2025-09-02 04:02:52 +00:00
Andy
3dda3290d3
feat(release): Bump version to 1.4.3 and update changelog with new features and improvements
2025-08-20 05:10:45 +00:00
Andy
ed0f03eca3
fix(dependencies): Remove unnecessary data extra requirement from langcodes
2025-08-16 03:34:56 +00:00
Andy
50a5a23341
feat(ip-info): Add cached IP info retrieval with fallback tester to avoid rate limiting
2025-08-15 22:40:07 +00:00
Andy
f56e7c1ec8
chore(release): Bump version to 1.4.1 and update changelog with title caching features
2025-08-08 04:57:32 +00:00
Andy
b4a1f2236e
feat: Bump version to 1.4.0 and update changelog with new features and fixes
2025-08-05 23:37:45 +00:00
Andy
b478a00519
chore: Bump unshackle version to 1.3.0 in uv.lock
2025-08-03 06:45:40 +00:00
Andy
22c9aa195e
feat: Bump version to 1.2.0 and update changelog, I'll eventually learn symantic versioning.
2025-07-30 23:15:20 +00:00
Andy
776d8f3df0
feat: Update version to 1.1.1 and add update checking functionality
2025-07-30 23:12:13 +00:00
Sp5rky
80c40c8677
Merge pull request #1 from unshackle-dl/Hybrid-HDR
...
Hybrid HDR
2025-07-29 20:40:24 -04:00
Andy
5dad2746b1
feat(subtitles): ✨ Integrate subby library for enhanced subtitle processing and conversion methods
2025-07-30 00:24:55 +00:00
Andy
eeb553cb22
chore: 🔖 Bump version to 1.1.0 in pyproject.toml, __init__.py, and uv.lock to follow correct Semantic Versioning.
2025-07-29 19:48:34 +00:00
Andy
e8e376ad51
fix(hybrid): 🐛 Fix import order and add missing json import
...
fix(uv): 🐛 Update unshackle package version to 1.0.2
2025-07-29 19:11:11 +00:00
Andy
80eb31387f
fix: update shaka packager version and enhance Docker run command with additional volume mounts
2025-07-20 04:00:57 +00:00
Andy
c30b9112a1
Fixes github actions not finding the uv.lock file
2025-07-20 02:50:50 +00:00