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
This commit is contained in:
WebStreamr 2025-08-11 08:38:02 +00:00
parent 491df54242
commit 6489b10527
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View file

@ -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';

View file

@ -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)",