1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 17:59:14 +00:00

Fix Wombles for movies

This commit is contained in:
Devin Buhl 2017-01-10 16:28:16 -05:00
parent 3cb42f06c2
commit 9fc2d22d19

View file

@ -24,7 +24,7 @@ public override IParseIndexerResponse GetParser()
public override IIndexerRequestGenerator GetRequestGenerator()
{
return new RssIndexerRequestGenerator("http://newshost.co.za/rss/?sec=TV&fr=false");
return new RssIndexerRequestGenerator("http://newshost.co.za/rss/?sec=Movies&fr=false");
}
public Wombles(IHttpClient httpClient, IIndexerStatusService indexerStatusService, IConfigService configService, IParsingService parsingService, Logger logger)