commit
af973646d6
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue