From 6489b1052797c7da3a986a1ad62c0c498f4447aa Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 11 Aug 2025 08:38:02 +0000 Subject: [PATCH] chore(source): add English to VixSrc It returns English links in most of the cases, this will unlock more URLs for people only having English selected and MediaFlow Proxy configured --- src/source/VixSrc.ts | 2 +- src/utils/__snapshots__/manifest.test.ts.snap | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/source/VixSrc.ts b/src/source/VixSrc.ts index 5ab30a7..6170c77 100644 --- a/src/source/VixSrc.ts +++ b/src/source/VixSrc.ts @@ -10,7 +10,7 @@ export class VixSrc implements Source { public readonly contentTypes: ContentType[] = ['movie', 'series']; - public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.it]; + public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.en, CountryCode.it]; public readonly baseUrl = 'https://vixsrc.to'; diff --git a/src/utils/__snapshots__/manifest.test.ts.snap b/src/utils/__snapshots__/manifest.test.ts.snap index 8908744..9242155 100644 --- a/src/utils/__snapshots__/manifest.test.ts.snap +++ b/src/utils/__snapshots__/manifest.test.ts.snap @@ -21,7 +21,7 @@ exports[`buildManifest default manifest 1`] = ` }, { "key": "en", - "title": "English πŸ‡ΊπŸ‡Έ (Soaper, VidSrc)", + "title": "English πŸ‡ΊπŸ‡Έ (Soaper, VidSrc, VixSrc)", "type": "checkbox", }, { @@ -211,6 +211,11 @@ exports[`buildManifest has unchecked source without a config 1`] = ` "title": "German πŸ‡©πŸ‡ͺ (MeineCloud, StreamKiste)", "type": "checkbox", }, + { + "key": "en", + "title": "English πŸ‡ΊπŸ‡Έ (VixSrc)", + "type": "checkbox", + }, { "key": "es", "title": "Castilian Spanish πŸ‡ͺπŸ‡Έ (VerHdLink)",