Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/32a347bdd23c9d1f9507713a1926dafa3e807e0f?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
1 deletions
@ -164,6 +164,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Psych.S01.1080p.WEB-DL.AAC2.0.AVC-TrollHD", false)]
[TestCase("Series Title S06E08 1080p WEB h264-EXCLUSIVE", false)]
[TestCase("Series Title S06E08 No One PROPER 1080p WEB DD5 1 H 264-EXCLUSIVE", true)]
[TestCase("Series Title S06E08 No One PROPER 1080p WEB H 264-EXCLUSIVE", true)]
public void should_parse_webdl1080p_quality ( string title , bool proper )
{
ParseAndVerifyQuality ( title , Quality . WEBDL1080p , proper ) ;
@ -15,7 +15,7 @@ namespace NzbDrone.Core.Parser
private static readonly Regex SourceRegex = new Regex ( @ "\b(?:
( ? < bluray > BluRay | Blu - Ray | HDDVD | BD ) |
( ? < webdl > WEB [ - _ . ] DL | WEBDL | WebRip | iTunesHD | WebHD | [ . ] WEB [ . ] ( ? : [ xh ] 26 [ 45 ] | DD5 [ . ] 1 ) | \ d + 0 p \ . WEB \ . ) |
( ? < webdl > WEB [ - _ . ] DL | WEBDL | WebRip | iTunesHD | WebHD | [ . ] WEB [ . ] ( ? : [ xh ] 26 [ 45 ] | DD5 [ . ] 1 ) | \ d + 0 p [ . ] WEB [ . ] ) |
( ? < hdtv > HDTV ) |
( ? < bdrip > BDRip ) |
( ? < brrip > BRRip ) |