Added sabtitle method

Added custom parse option to Indexrbase
This commit is contained in:
kay.one
2011-04-20 18:26:13 -07:00
parent 9028e498ca
commit 10ad7d1ed5
13 changed files with 289 additions and 84 deletions

View File

@@ -62,7 +62,7 @@ namespace NzbDrone.Core.Test
{
}
protected override string[] Url
protected override string[] Urls
{
get { return new[] { "www.google.com" }; }
}