Initial Commit
This commit is contained in:
commit
9b588562da
27 changed files with 1668 additions and 0 deletions
8
tests/parse_test.php
Normal file
8
tests/parse_test.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
require 'ncc';
|
||||
import('net.nosial.rsslib');
|
||||
|
||||
$feed = \RssLib\RssLib::getFeed('https://rss.nytimes.com/services/xml/rss/nyt/World.xml');
|
||||
var_dump($feed);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue