mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 23:21:29 +00:00
another content type workaround in update_rss_feed
This commit is contained in:
@@ -436,6 +436,7 @@
|
||||
|
||||
if (!$entry_content) $entry_content = $item["content:encoded"];
|
||||
if (!$entry_content) $entry_content = $item["content"];
|
||||
if (!$entry_content) $entry_content = $item["atom_content"];
|
||||
if (!$entry_content) $entry_content = $item["summary"];
|
||||
if (!$entry_content) $entry_content = $item["description"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user