1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Imdbid parsing works now from url

This commit is contained in:
Leonardo Galli
2017-01-21 20:37:08 +01:00
parent a98b69859c
commit 5aaba98c57
3 changed files with 4 additions and 3 deletions
@@ -29,6 +29,7 @@ namespace NzbDrone.Core.Test.NetImport
var result = Subject.ParseResponse(CreateResponse("http://my.indexer.com/api?q=My+Favourite+Show", xml));
result.First().Title.Should().Be("Think Like a Man Too");
result.First().ImdbId.Should().Be("tt2239832");
}
}
}