chore: mark VidSrc as being multi instead of English
This commit is contained in:
parent
d59658fb7b
commit
ae7b784783
3 changed files with 5 additions and 5 deletions
|
|
@ -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] } }];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ exports[`buildManifest default manifest 1`] = `
|
|||
"config": [
|
||||
{
|
||||
"key": "multi",
|
||||
"title": "Multi 🌐 (4KHDHub, VixSrc)",
|
||||
"title": "Multi 🌐 (4KHDHub, VidSrc, VixSrc)",
|
||||
"type": "checkbox",
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue