Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/ca2f12338ee835bd9a82884d5b568d027c3ee4e9
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
1 deletions
@ -152,6 +152,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("[HorribleSubs] Movie Title ! 2018 [ Web ] [ MKV ] [ h264 ] [ 720 p ] [ AAC 2.0 ] [ Softsubs ( HorribleSubs ) ] ", false)]
[TestCase("[HorribleSubs] Movie Title ! 2018 [ Web ] [ MKV ] [ h264 ] [ AAC 2.0 ] [ Softsubs ( HorribleSubs ) ] ", false)]
[TestCase("Movie.Title.2013.960p.WEB-DL.AAC2.0.H.264-squalor", false)]
[TestCase("Movie.Title.2021.DP.WEB.720p.DDP.5.1.H.264.PLEX", false)]
public void should_parse_webdl720p_quality ( string title , bool proper )
{
ParseAndVerifyQuality ( title , Source . WEBDL , proper , Resolution . R720p ) ;
@ -16,7 +16,7 @@ namespace NzbDrone.Core.Parser
private static readonly Regex SourceRegex = new Regex ( @ "\b(?:
( ? < bluray > M ? BluRay | Blu - Ray | HD . ? DVD | BD ( ? ! $ ) | UHDBD | BDISO | BDMux | BD25 | BD50 | BR . ? DISK ) |
( ? < webdl > WEB [ - _ . ] DL ( ? : mux ) ? | WEBDL | AmazonHD | iTunesHD | MaxdomeHD | NetflixU ? HD | WebHD | [ . ] WEB [ . ] ( ? : [ xh ] 26 [ 45 ] | DDP ? 5 [ . ] 1 ) | [ . ] ( ? - i : WEB ) $ | ( ? : \ d { 3 , 4 } 0 p ) [ - . ] WEB [ - . ] | [ - . ] WEB [ - . ] \ d { 3 , 4 } 0 p | \ b \ s \ / \ sWEB \ s \ / \ s \ b | AMZN [ . - ] WEB [ . - ] | NF [ . ] WEB [ . ] ) |
( ? < webdl > WEB [ - _ . ] DL ( ? : mux ) ? | WEBDL | AmazonHD | iTunesHD | MaxdomeHD | NetflixU ? HD | WebHD | [ . ] WEB [ . ] ( ? : [ xh ] 26 [ 45 ] | DDP ? 5 [ . ] 1 ) | [ . ] ( ? - i : WEB ) $ | ( ? : \ d { 3 , 4 } 0 p ) [ - . ] WEB [ - . ] | [ - . ] WEB [ - . ] \ d { 3 , 4 } 0 p | \ b \ s \ / \ sWEB \ s \ / \ s \ b | ( ? : AMZN | NF | DP ) [ . - ] WEB [ . - ] ) |
( ? < webrip > WebRip | Web - Rip | WEBMux ) |
( ? < hdtv > HDTV ) |
( ? < bdrip > BDRip | BDLight ) |