Merge pull request #9 from movie-web/release-4.1.3

Update docs with 4.1.3
This commit is contained in:
William Oldham
2023-12-27 23:25:53 +00:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -92,6 +92,16 @@ Example: `VITE_DISALLOWED_IDS=series-123,movie-456`
Default: `""` Default: `""`
### `VITE_CDN_REPLACEMENTS`
Sometimes you want to proxy a CDN. This is how you can easily replace a cdn url with your own.
The format is `<beforeA>:<afterA>,<beforeB>:<afterB>,...`
Example: `VITE_CDN_REPLACEMENTS=google.com:exampe.com,123movies.com:flixhq.to`
Default: `""`
### `VITE_TURNSTILE_KEY` ### `VITE_TURNSTILE_KEY`
The turnstile key for cloudflare captchas. It's used to authenticate request to proxy workers (or providers api). The turnstile key for cloudflare captchas. It's used to authenticate request to proxy workers (or providers api).

View File

@@ -2,6 +2,12 @@
title: 'Changelog' title: 'Changelog'
--- ---
# Version 4.1.3
- Add support for downloading HLS playlists
- Added cdn replacements configuration option
- new translations: estonian, toki pona, spanish
- Translation improvements: german, turkish, nepali, chinese
# Version 4.1.2 # Version 4.1.2
- Improve bundle chunking - Improve bundle chunking
- Add millionjs for faster react - Add millionjs for faster react