mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
fix rss content:encoded not used
This commit is contained in:
@@ -40,6 +40,13 @@ class FeedItem_RSS extends FeedItem_Common {
|
||||
if ($content) {
|
||||
return $content->nodeValue;
|
||||
}
|
||||
|
||||
$content = $this->xpath->query("content:encoded", $this->elem)->item(0);
|
||||
|
||||
if ($content) {
|
||||
return $content->nodeValue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function get_description() {
|
||||
|
||||
Reference in New Issue
Block a user