Merge pull request #433 from hybner/master

fix parse atom feed
master
Andrew Dolgov 10 years ago
commit af973646d6

@ -115,6 +115,7 @@ class FeedParser {
$this->type = $this::FEED_RSS;
break;
case "feed":
case "atom:feed":
$this->type = $this::FEED_ATOM;
break;
default:

Loading…
Cancel
Save