Fixed: Womble's URL

This commit is contained in:
Mark McDowall 2014-01-16 09:36:21 -08:00
parent 4962db3b6a
commit 642f56c221
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace NzbDrone.Core.Indexers.Wombles
public override IEnumerable<string> RecentFeed
{
get { yield return "http://nzb.isasecret.com/rss/?sec=TV&fr=false"; }
get { yield return "http://newshost.co.za/rss/?sec=TV&fr=false"; }
}
public override IEnumerable<string> GetEpisodeSearchUrls(string seriesTitle, int tvRageId, int seasonNumber, int episodeNumber)