update rss
This commit is contained in:
15
standalone/rarbg/rarbgrss.php
Normal file
15
standalone/rarbg/rarbgrss.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
class Settings
|
||||
{
|
||||
const DEBUG = true;
|
||||
const TEXT_ENC = 'UTF-8';
|
||||
}
|
||||
|
||||
require_once '../../class_management.php';
|
||||
require_once '../../inc/rss.php';
|
||||
|
||||
$oRss = new Feed();
|
||||
$oRss->loadRss('https://rarbgmirror.org/rssdd_magnet.php?categories=17;42;44;45;46;48');
|
||||
$oRss->filterItems('title', '/'.date('Y').'/i');
|
||||
echo $oRss->getFeed();
|
||||
Reference in New Issue
Block a user