Update providers and deduplicate streams

This commit is contained in:
Dymas
2026-09-18 21:45:28 +02:00
parent 9c4c6437f4
commit c71f3db6a5
7 changed files with 387 additions and 65 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.52.33 - 2026-09-18
- Updated AniNeko to `3.0.4`, using its current recently-added catalog route.
- Updated AnimePahe to `5.0.1`, adding upstream request pacing, rate-limit backoff, response validation, and stale UUID recovery while preserving Kaizoku's newer Anikoto patches.
- Deduplicated provider streams that resolve to the same URL and request headers so server aliases no longer repeat a failing CDN request and trigger avoidable `HTTP 429` responses.
## 0.52.32 - 2026-09-10
- Preferred reachable alternate Megaplay CDN source variants for Anikoto streams, fixing real episode downloads where the default decoded CDN playlist returned `HTTP 403`.