New: Added FileSharingTalk indexer.

Fixed Atom DateTime parsing bug.
This commit is contained in:
Mark McDowall 2012-04-13 23:44:34 -07:00
commit c5367624ea
14 changed files with 1576 additions and 16 deletions

View file

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