NAME
Parse::Flexget - Parse the flexget program output
SYNOPSIS
use Parse::Flexget;
...
print "$_\n" for flexparse(@data);
DESCRIPTION
Parse::Flexget parses the output from flexget and returns a list of successfully downloaded files.
EXPORTS
flexparse()
Parameters: $content, @content, \@content
Returns: @downloads
In list context, returns an array with all files downloaded by flexget.
In scalar context, returns the number of files downloaded by flexget.
AUTHOR
Magnus Woldrich
CPAN ID: WOLDRICH
magnus@trapd00r.se
http://japh.se
REPORTING BUGS
Report bugs on rt.cpan.org or to magnus@trapd00r.se
COPYRIGHT
Copyright (C) 2010 Magnus Woldrich. All right reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.