Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/681a36e34f941ce9104f3f0a70e2f7ce33094d1d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
1 deletions
@ -50,6 +50,7 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("Movie Title 2019 AVC.1080p.Blu-ray Remux HD.VOSTFR.VFF")]
[TestCase("Movie Title : Other Title 2010 x264.720p.Blu-ray Rip HD.VOSTFR.VFF. ONLY")]
[TestCase("Movie Title 2019 HEVC.2160p.Blu-ray 4K.VOSTFR.VFF. JATO")]
[TestCase("Movie.Title.1956.MULTi.VF.Bluray.1080p.REMUX.AC3.x264")]
public void should_parse_language_french ( string postTitle )
{
var result = Parser . Parser . ParseMovieTitle ( postTitle , true ) ;
@ -21,7 +21,7 @@ namespace NzbDrone.Core.Parser
( ? < romanian > rodubbed ) |
( ? < brazilian > dublado ) |
( ? < greek > greek ) |
( ? < french > \ b ( ? : FR | VO | VF F| VFQ | VFI | VF2 | TRUEFRENCH | FRE | FRA ) \ b ) |
( ? < french > \ b ( ? : FR | VO | VF | VF F| VFQ | VFI | VF2 | TRUEFRENCH | FRE | FRA ) \ b ) |
( ? < russian > \ brus \ b ) |
( ? < english > \ beng \ b ) |
( ? < hungarian > \ b ( ? : HUNDUB | HUN ) \ b ) |