summaryrefslogtreecommitdiffstats
path: root/3rdparty/fguillot/picofeed/picofeed
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:30:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-05 11:30:38 +0100
commit95530f62513a82c385d9378b4a59da57d74092d9 (patch)
treea4d17994548999b42e99371f381da8c256ee39bf /3rdparty/fguillot/picofeed/picofeed
parent57163ad25a7dc63abd8aff8663c185ddad398466 (diff)
update picofeed, add max size setting, fix #642
Diffstat (limited to '3rdparty/fguillot/picofeed/picofeed')
-rwxr-xr-x3rdparty/fguillot/picofeed/picofeed6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/fguillot/picofeed/picofeed b/3rdparty/fguillot/picofeed/picofeed
index b202b4172..525331197 100755
--- a/3rdparty/fguillot/picofeed/picofeed
+++ b/3rdparty/fguillot/picofeed/picofeed
@@ -1,10 +1,10 @@
#!/usr/bin/env php
<?php
-require 'lib/PicoFeed/PicoFeed.php';
+require_once './vendor/autoload.php';
-use PicoFeed\Reader;
-use PicoFeed\Logging;
+use PicoFeed\Reader\Reader;
+use PicoFeed\Logging\Logging;
function get_feed($url, $disable_filtering = false)
{