No description
Find a file
2011-12-21 15:01:18 -06:00
calibre-plugin Plugin improvements: options, copy clipboard as url, save options, etc. 2011-12-21 15:01:18 -06:00
css 4-0-1 Add mobi back in, changes to recent&status appearance, more reliability. 2011-05-30 23:02:00 -05:00
fanficdownloader Plugin improvements: options, copy clipboard as url, save options, etc. 2011-12-21 15:01:18 -06:00
js Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
simplejson Fix up exception handling, first working appengine(SDK) version. 2011-05-04 17:54:36 -05:00
static Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
utils First attempt at multithreaded python 2.7 version of downloader. 2011-11-09 17:41:15 -06:00
app.yaml Begin on a calibre plugin of FFDL while still sharing code with CLI & web. 2011-12-16 10:55:08 -06:00
cron.yaml Disable r3m0v3rOrphans cron. There's a Python 2.7 runtime bug effecting it. 2011-11-15 11:52:09 -06:00
defaults.ini Fill calibre metadata directly(vs read from epub), allow other output formats. 2011-12-17 14:56:46 -06:00
delete_fic.py Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
downloader.py Correct post_process_cmd to use shell so it can parse args. 2011-12-16 10:23:17 -06:00
editconfig.html Support for mediaminer.org, update copyrights. 2011-05-11 12:29:59 -05:00
epubmerge.py Twisting the Hellmouth epubs are .html, not .xhtml. Bump stored version to 4.1. 2011-12-14 11:08:26 -06:00
example.ini Add adastrafanfic.com support and support to confirm adult w/o login/pass. 2011-05-09 14:46:05 -05:00
ffstorage.py Improve error handling/reporting, make redownloads appear at top of recent list. 2011-05-30 15:05:00 -05:00
index-ajax.html Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
index.html Remove 'use new version' texts. Automerge didn't do what I intended. 2011-12-15 17:50:45 -06:00
index.yaml Refactorings/tweaks from Update Feature work that are worthwhile even without it. 2011-06-12 16:26:05 -05:00
login.html Fixes to various from first round testing and some code clean up. 2011-05-13 21:34:58 -05:00
main.py First attempt at multithreaded python 2.7 version of downloader. 2011-11-09 17:41:15 -06:00
queue.yaml Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
readme.txt Fixes for various problems found during testing, remove old files. Beta ready. 2011-05-16 12:38:42 -05:00
recent.html Remove 'use new version' texts. Automerge didn't do what I intended. 2011-12-15 17:50:45 -06:00
settings.py Suppress warnings about Django version. 2011-05-30 15:48:35 -05:00
status.html Remove 'use new version' texts. Automerge didn't do what I intended. 2011-12-15 17:50:45 -06:00

To use, do:

python downloader.py [-f (epub|html|txt)] <url> 

Default format is epub.

Eg:

python downloader.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo

Do 'python downloader.py -h' for more options.

This tool uses Python 2.5.2, but should work with newer versions of Python.