Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/c4836975a9dc5d000f491e4c9904e39edb801b68
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
1 deletions
@ -137,6 +137,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("House.S04.720p.Web-Dl.Dd5.1.h264-P2PACK", false)]
[TestCase("Da.Vincis.Demons.S02E04.720p.WEB.DL.nSD.x264-NhaNc3", false)]
[TestCase("CSI.Miami.S04E25.720p.iTunesHD.AVC-TVS", false)]
[TestCase("Castle.S06E23.720p.WebHD.h264-euHD", false)]
public void should_parse_webdl720p_quality ( string title , bool proper )
{
ParseAndVerifyQuality ( title , Quality . WEBDL720p , proper ) ;
@ -14,7 +14,7 @@ namespace NzbDrone.Core.Parser
private static readonly Regex SourceRegex = new Regex ( @ "\b(?:
( ? < bluray > BluRay | Blu - Ray ) |
( ? < webdl > WEB [ - _ . ] DL | WEBDL | WebRip | iTunesHD )|
( ? < webdl > WEB [ - _ . ] DL | WEBDL | WebRip | iTunesHD |WebHD )|
( ? < hdtv > HDTV ) |
( ? < bdrip > BDRiP ) |
( ? < brrip > BRRip ) |