Removed NzbMatrix

New: Removed NzbMatrix
This commit is contained in:
Mark McDowall 2012-12-09 20:50:05 -08:00
commit aa40fe8c94
17 changed files with 22 additions and 983 deletions

View file

@ -166,7 +166,7 @@ namespace NzbDrone.Core.Test.ProviderTests
protected override string[] Urls
{
get { return new[] { "http://rss.nzbmatrix.com/rss.php?cat=TV" }; }
get { return new[] { "http://rss.nzbs.com/rss.php?cat=TV" }; }
}
public override bool IsConfigured
@ -279,7 +279,7 @@ namespace NzbDrone.Core.Test.ProviderTests
protected override string[] Urls
{
get { return new[] { "http://rss.nzbmatrix.com/rss.php?cat=TV" }; }
get { return new[] { "http://rss.nzbs.com/rss.php?cat=TV" }; }
}
public override bool IsConfigured