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:
parent
491df54242
commit
6489b10527
2 changed files with 7 additions and 2 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue