mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 15:54:33 +00:00
Fixed: Womble's URL
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user