mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Fixed: HDDVD now recognized as bluray quality.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace NzbDrone.Core.Parser
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private static readonly Regex SourceRegex = new Regex(@"\b(?:
|
||||
(?<bluray>BluRay|Blu-Ray)|
|
||||
(?<bluray>BluRay|Blu-Ray|HDDVD)|
|
||||
(?<webdl>WEB[-_. ]DL|WEBDL|WebRip|iTunesHD|WebHD)|
|
||||
(?<hdtv>HDTV)|
|
||||
(?<bdrip>BDRiP)|
|
||||
|
||||
Reference in New Issue
Block a user