MovixOpenSource/app/version.json
Movix 4d742373b5 fix: restore Fsvid, Vidzy and Uqload extraction across all clients
## Summary

- Add support for the new Base64/XOR format used by Fsvid and Vidzy.
- Apply the extraction fix to:
  - Android app
  - Userscript
  - Chrome extension
  - Firefox extension
  - Python proxy server (`server.py`)
- Improve Uqload URL normalization and media extraction.
- Reject malformed, unsafe and false-positive M3U8 URLs.
- Keep the Bravo VTT/SRT subtitle proxy correction.
- Update component versions:
  - Userscript: 1.4.10
  - Chrome: 1.3.11
  - Firefox: 1.5.8
  - Android: 2.5.5 (build 14)

Co-authored-by: GPT-5.6 Sol <noreply@openai.com>
2026-07-29 14:01:03 +02:00

13 lines
641 B
JSON

{
"version": "2.5.5",
"buildNumber": 14,
"apkUrl": "https://raw.githubusercontent.com/movixcorp/MovixOpenSource/main/app/movix-android.apk",
"apkSizeBytes": 72101334,
"apkSha256": "9f719ef70f0dbd5e0842c8648633ae4b2681be9b0ba4eeeea97eb02ce13b82b5",
"mandatory": true,
"releasedAt": "2026-07-29T11:55:28.799Z",
"releaseNotes": {
"fr": "Correction du proxy Bravo sur Android pour les sous-titres VTT/SRT.\nCorrection de l'extraction Fsvid et Vidzy pour le nouveau format Base64/XOR.",
"en": "Fixed the Bravo proxy on Android for VTT/SRT subtitles.\nFixed Fsvid and Vidzy extraction for the new Base64/XOR format."
}
}