Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/3b54f90237790d995ae8164b7166e65376a41b2f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
0 deletions
@ -67,6 +67,8 @@ namespace NzbDrone.Core.Test.ParserTests
[TestCase("[FFF] Seikoku no Dragonar - 01 [ 1F B538B5 ] . mkv ", " Seikoku no Dragonar ", 1, 0, 0)]
[TestCase("[Hatsuyuki] Fate_Zero - 01 [ 1280 x720 ] [ 122E6 EF8 ] ", " Fate / Zero ", 1, 0, 0)]
[TestCase("[CBM] _Monster_ - _11_ - _511_Kinderheim_ [ 6 C70C4E4 ] . mkv ", " Monster ", 11, 0, 0)]
[TestCase("[HorribleSubs] Log Horizon 2 - 05 [ 720 p ] . mkv ", " Log Horizon 2 ", 5, 0, 0)]
[TestCase("[Commie] Log Horizon 2 - 05 [ FCE4D070 ] . mkv ", " Log Horizon 2 ", 5, 0, 0)]
public void should_parse_absolute_numbers ( string postTitle , string title , int absoluteEpisodeNumber , int seasonNumber , int episodeNumber )
{
var result = Parser . Parser . ParseTitle ( postTitle ) ;
@ -21,6 +21,7 @@ namespace NzbDrone.Core.Test.ParserTests
* The . Man . of . Steel . 1994 - 05.33 . hybrid . DreamGirl - Novus - HD
* Superman . - . The . Man . of . Steel . 1994 - 06.34 . hybrid . DreamGirl - Novus - HD
* Superman . - . The . Man . of . Steel . 1994 - 05.33 . hybrid . DreamGirl - Novus - HD
* Constantine S1 - E1 - WEB - DL - 1080 p - NZBgeek
* /
[TestCase("Chuck - 4x05 - Title", "Chuck")]