mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 07:05:56 +00:00
fix parse atom feed
This commit is contained in:
@@ -115,6 +115,7 @@ class FeedParser {
|
|||||||
$this->type = $this::FEED_RSS;
|
$this->type = $this::FEED_RSS;
|
||||||
break;
|
break;
|
||||||
case "feed":
|
case "feed":
|
||||||
|
case "atom:feed":
|
||||||
$this->type = $this::FEED_ATOM;
|
$this->type = $this::FEED_ATOM;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user