1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Fixed: Improve WEBDL detection of Netflix Rips

This commit is contained in:
bakerboy448
2021-12-07 11:15:57 -06:00
committed by Mark McDowall
parent 96a8991ba3
commit cfa93c0a92
2 changed files with 2 additions and 1 deletions
@@ -242,6 +242,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Series Title - S01E11 2020 1080p Viva MKV WEB", false)]
[TestCase("[HorribleSubs] Series Title! S01 [Web][MKV][h264][1080p][AAC 2.0][Softsubs (HorribleSubs)]", false)]
[TestCase("[LostYears] Series Title - 01-17 (WEB 1080p x264 10-bit AAC) [Dual-Audio]", false)]
[TestCase("Series.and.Titles.S01.1080p.NF.WEB.DD2.0.x264-SNEAkY", false)]
public void should_parse_webdl1080p_quality(string title, bool proper)
{
ParseAndVerifyQuality(title, Quality.WEBDL1080p, proper);