mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-15 18:00:59 +01:00
fix atom:link not supported in rss feeds (fucking fuck)
This commit is contained in:
parent
d1f3fa9791
commit
f7d64d03fc
@ -24,6 +24,13 @@ class FeedItem_RSS extends FeedItem_Common {
|
||||
if ($link) {
|
||||
return $link->nodeValue;
|
||||
}
|
||||
|
||||
$link = $this->xpath->query("atom:link", $this->elem)->item(0);
|
||||
|
||||
if ($link) {
|
||||
return $link->nodeValue;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function get_title() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user