Fix using invalid RSS entry property

This commit is contained in:
Shadowfacts 2019-03-21 17:40:34 -04:00
parent 72e3230504
commit 7a39e649d1
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 2 deletions

View File

@ -100,10 +100,10 @@ defmodule Frenzy.UpdateFeeds do
end
defp create_item(feed, entry) do
Logger.debug("Creating item for #{entry.url}")
url = get_real_url(entry)
Logger.debug("Creating item for #{url}")
content =
case get_article_content(url) do
{:ok, content} ->