chore: mark VidSrc as being multi instead of English

This commit is contained in:
WebStreamr 2025-10-18 20:09:17 +00:00
parent d59658fb7b
commit ae7b784783
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ export class VidSrc extends Source {
public readonly contentTypes: ContentType[] = ['movie', 'series'];
public readonly countryCodes: CountryCode[] = [CountryCode.en];
public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.en];
public readonly baseUrl = 'https://vidsrc-embed.ru';
@ -19,6 +19,6 @@ export class VidSrc extends Source {
? new URL(`/embed/tv/${id.id}/${id.season}-${id.episode}`, this.baseUrl)
: new URL(`/embed/movie/${id.id}`, this.baseUrl);
return [{ url, meta: { countryCodes: [CountryCode.en] } }];
return [{ url, meta: { countryCodes: [CountryCode.multi] } }];
};
}

View file

@ -5,7 +5,7 @@ exports[`VidSrc handle imdb black mirror s4e2 1`] = `
{
"meta": {
"countryCodes": [
"en",
"multi",
],
},
"url": "https://vidsrc-embed.ru/embed/tv/tt2085059/4-2",
@ -18,7 +18,7 @@ exports[`VidSrc handle imdb full metal jacket 1`] = `
{
"meta": {
"countryCodes": [
"en",
"multi",
],
},
"url": "https://vidsrc-embed.ru/embed/movie/tt0093058",

View file

@ -11,7 +11,7 @@ exports[`buildManifest default manifest 1`] = `
"config": [
{
"key": "multi",
"title": "Multi 🌐 (4KHDHub, VixSrc)",
"title": "Multi 🌐 (4KHDHub, VidSrc, VixSrc)",
"type": "checkbox",
},
{