fix(source): RgShows is multi
This commit is contained in:
parent
1a99a9e99b
commit
de79dc014f
2 changed files with 3 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ export class RgShows extends Source {
|
|||
|
||||
public readonly contentTypes: ContentType[] = ['movie', 'series'];
|
||||
|
||||
public readonly countryCodes: CountryCode[] = [CountryCode.en];
|
||||
public readonly countryCodes: CountryCode[] = [CountryCode.multi];
|
||||
|
||||
public readonly baseUrl = 'https://rgshows.ru';
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ exports[`buildManifest default manifest 1`] = `
|
|||
"config": [
|
||||
{
|
||||
"key": "multi",
|
||||
"title": "Multi 🌐 (4KHDHub, VixSrc)",
|
||||
"title": "Multi 🌐 (4KHDHub, RgShows, VixSrc)",
|
||||
"type": "checkbox",
|
||||
},
|
||||
{
|
||||
|
|
@ -24,11 +24,6 @@ exports[`buildManifest default manifest 1`] = `
|
|||
"title": "German 🇩🇪 (Einschalten, KinoGer, MegaKino, MeineCloud, StreamKiste)",
|
||||
"type": "checkbox",
|
||||
},
|
||||
{
|
||||
"key": "en",
|
||||
"title": "English 🇺🇸 (RgShows)",
|
||||
"type": "checkbox",
|
||||
},
|
||||
{
|
||||
"key": "es",
|
||||
"title": "Castilian Spanish 🇪🇸 (CineHDPlus, Cuevana, HomeCine, VerHdLink)",
|
||||
|
|
@ -79,7 +74,7 @@ exports[`buildManifest default manifest 1`] = `
|
|||
],
|
||||
"description": "Provides HTTP URLs from streaming websites. Configure add-on for additional languages. Add MediaFlow proxy for more URLs.
|
||||
|
||||
Supported languages: Albanian, German, English, Castilian Spanish, French, Hindi, Italian, Latin American Spanish
|
||||
Supported languages: Albanian, German, Castilian Spanish, French, Hindi, Italian, Latin American Spanish
|
||||
|
||||
Supported sources: 4KHDHub, RgShows, VixSrc, Kokoshka, CineHDPlus, Cuevana, HomeCine, VerHdLink, Einschalten, KinoGer, MegaKino, MeineCloud, StreamKiste, Frembed, FrenchCloud, Movix, Eurostreaming, MostraGuarda
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue