Fixed: download URL for some newznab imposters

This commit is contained in:
Mark McDowall
2014-12-15 14:38:38 -08:00
parent f314fab878
commit eeafa2cb64
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -147,6 +147,7 @@ namespace NzbDrone.Core.Indexers
{
return item.Element("enclosure").Attribute("url").Value;
}
return item.Element("link").Value;
}