Added NzbInfoUrl to indexers.

This commit is contained in:
Mark McDowall
2012-05-02 12:02:39 -07:00
parent ce0a6f8b86
commit b314ff5e82
13 changed files with 113 additions and 4 deletions

View File

@@ -101,6 +101,11 @@ namespace NzbDrone.Core.Providers.Indexer
return item.Links[0].Uri.ToString();
}
protected override string NzbInfoUrl(SyndicationItem item)
{
return item.Links[0].Uri.ToString();
}
protected override EpisodeParseResult CustomParser(SyndicationItem item, EpisodeParseResult currentResult)
{
if (currentResult != null)