fix(source): make XDMovies a fallback source to avoid hubcloud and many duplicates
This commit is contained in:
parent
e6adf6549a
commit
2612860f15
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ export class XDMovies extends Source {
|
|||
|
||||
public readonly label = 'XDMovies';
|
||||
|
||||
public override readonly useOnlyWithMaxUrlsFound = 1;
|
||||
|
||||
public readonly contentTypes: ContentType[] = ['movie', 'series'];
|
||||
|
||||
public readonly countryCodes: CountryCode[] = [CountryCode.multi, CountryCode.hi, CountryCode.ta, CountryCode.te, CountryCode.ml, CountryCode.bl, CountryCode.mr, CountryCode.kn, CountryCode.ja, CountryCode.ko, CountryCode.pa, CountryCode.gu];
|
||||
|
|
|
|||
Loading…
Reference in a new issue