Skip to content

TMDB Embed API v1.0.7

Choose a tag to compare

@Inside4ndroid Inside4ndroid released this 21 Sep 13:56
· 2 commits to main since this release

[1.0.7] - 2025-09-21

Added

  • VidZee provider: definitive AES-256-CBC decoder (replaced heuristic token attempts). Decodes newly obfuscated atob(token) => ivBase64:cipherBase64 structure using padded key qrincywincyspider and PKCS7.
  • Tail segment acceleration: internal tail prefetch map (tailPrefetchMap) with TTL cleanup and configurable tailPrefetchKB (default 256 KB) now documented and instrumented.

Changed

  • Proxy range negotiation: clarified interaction between progressiveOpen and synthetic initial partial (auto-suppression when progressive active). Additional debug logging around tail cache hits and forced host overrides.
  • VidZee streams now always return direct decrypted URLs (per-stream originalToken retained for debugging when VIDZEE_DEBUG=1).
  • Updated README version badge to 1.0.7.

Fixed

  • Eliminated edge cases where encoded VidZee tokens were leaking through without decoding.
  • Reduced VLC initial loop behavior via tail prefetch serving last-byte probes from cache faster (combined with earlier 1.0.6 range logic).

Documentation

  • README: implicit improvements carried forward (no separate section required) plus badge bump.
  • CHANGELOG: recorded AES decoder details & tail prefetch instrumentation.

Notes

  • Future proxy tuning items (size meta map, dynamic progressive growth) tracked but not part of this release.