Provided by: php-picofeed_0.1.18-1ubuntu1_all 

NAME
picofeed - basic command line interface debugger for PicoFeed
SYNOPSIS
picofeed feed feed-url
picofeed debug feed-url
picofeed item feed-url item-id
picofeed nofilter feed-url item-id
picofeed grabber url
DESCRIPTION
Debug feeds quickly.
The behaviour depends on the actual operation:
feed feed-url
Parse a feed and dump the output to stdout
debug feed-url
Display all logging messages for a feed
item feed-url item-id
Fetch only one item
nofilter feed-url item-id
Fetch an item without content filtering
grabber url
Download the full content
EXAMPLE
$ picofeed debug https://linuxfr.org/
Exception thrown ===> "Invalid SSL certificate"
Array
(
[0] => [2014-11-08 14:04:14] PicoFeed\Client\Curl Fetch URL: https://linuxfr.org/
[1] => [2014-11-08 14:04:14] PicoFeed\Client\Curl Etag provided:
[2] => [2014-11-08 14:04:14] PicoFeed\Client\Curl Last-Modified provided:
[3] => [2014-11-08 14:04:16] PicoFeed\Client\Curl cURL total time: 1.850634
[4] => [2014-11-08 14:04:16] PicoFeed\Client\Curl cURL dns lookup time: 0.00093
[5] => [2014-11-08 14:04:16] PicoFeed\Client\Curl cURL connect time: 0.115213
[6] => [2014-11-08 14:04:16] PicoFeed\Client\Curl cURL speed download: 0
[7] => [2014-11-08 14:04:16] PicoFeed\Client\Curl cURL effective url: https://linuxfr.org/
[8] => [2014-11-08 14:04:16] PicoFeed\Client\Curl cURL error: SSL certificate problem: Invalid certificate chain
)
0.1.9 August 2015 PICOFEED(1)