mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
parent
1f4c920446
commit
d41aa3144b
1 changed files with 2 additions and 0 deletions
|
@ -531,6 +531,8 @@ namespace Jackett.Common.Indexers
|
||||||
quality += " x265";
|
quality += " x265";
|
||||||
if (titleLower.Contains("dvdfull") || titleLower.Contains("dvd5") || titleLower.Contains("dvd9"))
|
if (titleLower.Contains("dvdfull") || titleLower.Contains("dvd5") || titleLower.Contains("dvd9"))
|
||||||
quality = "DVDR";
|
quality = "DVDR";
|
||||||
|
if (titleLower.Contains("[web screener]") || titleLower.Contains("[hd-tc]"))
|
||||||
|
quality = "TS Screener";
|
||||||
}
|
}
|
||||||
else if (titleParts.Length > 2)
|
else if (titleParts.Length > 2)
|
||||||
quality = titleParts[1].Replace("]", "").Replace("MKV", "").Trim();
|
quality = titleParts[1].Replace("]", "").Replace("MKV", "").Trim();
|
||||||
|
|
Loading…
Reference in a new issue