mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add basic rss support
This commit is contained in:
@@ -17,8 +17,11 @@ class FeedItem_Atom {
|
||||
}
|
||||
|
||||
function get_date() {
|
||||
$updated = $this->elem->getElementsByTagName("updated")->item(0);
|
||||
|
||||
|
||||
if ($updated) {
|
||||
return strtotime($updated->nodeValue);
|
||||
}
|
||||
}
|
||||
|
||||
function get_link() {
|
||||
|
||||
Reference in New Issue
Block a user