Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Description:
'downNova' is a program designed for automating the process of
downloading TV series from mininova.org. It will scan your downloaded
files to find out what your interests are and download missing/new
episodes to your collection. Advanced classification techniques are
used to interpret the file names and 'downNova' will correctly extract
series name, season number, episode number and episode title in nigh
all cases.
This might be abused for illegally downloading copyrighted material. That
is however not the intended use of this program and I do not condone such
activities.
Dependencies:
fps: http://www.cse.unsw.edu.au/~dons/fps.html
HaXml: http://haskell.org/HaXml
Installation:
runhaskell Setup.lhs configure [--help]
runhaskell Setup.lhs build
sudo runhaskell Setup.lhs install
$EDITOR downnova.cfg
sudo cp downnova.cfg /etc/downnova.cfg
sudo cp `which downnova` /etc/cron.hourly/
downnova.cfg
cfRssFeeds:
URL to the RSS feeds you're interested in. A good default is
http://www.mininova.org/rss.xml?cat=8.
You can also get the feed for a search with:
http://www.mininova.org/searchrss.php?search=search+string
cfDataDirectory:
Path to the location where you keep completed files. This path
will be scanned recursively.
cfDownloadDirectory:
Path to where your bittorrent client looks for .torrent files.
cfTorrentDirectory:
Directory for cached torrent files
cfWgetPath:
Path to wget.
cfReportStyle:
One of:
DontReport
FileReport {path}
MailReport {addr}