diff options
author | Lionel Young <redtricycle@gmail.com> | 2010-12-19 01:03:00 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-20 22:44:03 -0600 |
commit | 2ffb8f82518fc3bd6ac6a4edfa81fa429b4577de (patch) | |
tree | 4b4142bbd0f790fd93d72be32655325cd0da8d61 /network/flexget/README | |
parent | 3564bd44f41820a5ed600fedf2cb273547bfd050 (diff) | |
download | slackbuilds-2ffb8f82518fc3bd6ac6a4edfa81fa429b4577de.tar.gz |
network/flexget: Added (multipurpose content downloader)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/flexget/README')
-rw-r--r-- | network/flexget/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/flexget/README b/network/flexget/README new file mode 100644 index 0000000000..f9e7591196 --- /dev/null +++ b/network/flexget/README @@ -0,0 +1,11 @@ +FlexGet is a multipurpose automation tool for content like torrents, +nzbs, podcasts, comics, etc. FlexGet is able to handle different kinds +of sources like RSS-feeds, html pages and csv files. There are even some +plugins for sites that do not provide any kind of useful feeds. + +FlexGet is extremely useful in conjunction with applications which have +watch directory support, such as rtorrent. + +Requires: pysetuptools, FeedParser, SQLAlchemy, PyYAML, BeautifulSoup, +html5lib, PyRSS2Gen, pynzb, progressbar + |