mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
url is now logged when feed parse fails.
This commit is contained in:
@@ -100,7 +100,7 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
_logger.Trace("Downloading Feed " + url);
|
||||
var stream = _httpProvider.DownloadStream(url);
|
||||
result.AddRange(indexer.Parser.Process(stream));
|
||||
result.AddRange(indexer.Parser.Process(stream, url));
|
||||
}
|
||||
catch (WebException webException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user