mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 19:04:09 +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";
|
||||
if (titleLower.Contains("dvdfull") || titleLower.Contains("dvd5") || titleLower.Contains("dvd9"))
|
||||
quality = "DVDR";
|
||||
if (titleLower.Contains("[web screener]") || titleLower.Contains("[hd-tc]"))
|
||||
quality = "TS Screener";
|
||||
}
|
||||
else if (titleParts.Length > 2)
|
||||
quality = titleParts[1].Replace("]", "").Replace("MKV", "").Trim();
|
||||
|
|
Loading…
Reference in a new issue