No description
Find a file
Jim Miller ce379a0700 Options for Reading List "Send to Device" and "To Read" lists. Fix config per
library.  Plugin specific example.ini.  Button to keyboard shortcut config.
More duplicate URL removal to avoid odd race conditions.
2012-01-15 22:02:46 -06:00
calibre-plugin Options for Reading List "Send to Device" and "To Read" lists. Fix config per 2012-01-15 22:02:46 -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 Parse and save Characters on ffnet, fix genres on fictionpress. 2012-01-13 17:12:53 -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 Web/CLI 4.2.0, updated index.html. 2012-01-08 14:31:09 -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 Allow List metadata in output_filename, param to write to filename, 2012-01-04 16:39:16 -06:00
delete_fic.py Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
downloader.py CLI didn't handle user/pass AND is_adult well. 2012-01-08 11:02:28 -06:00
editconfig.html Support for mediaminer.org, update copyrights. 2011-05-11 12:29:59 -05:00
epubmerge.py Plugin 1.1.4, fix Category title, keep calibre_bookmarks.txt on epub update. 2012-01-12 21:39:32 -06:00
example.ini Saving intermediate dev version. Finds URL in dc:source for older/tth epubs, 2012-01-14 22:50:42 -06: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 Web/CLI 4.2.0, updated index.html. 2012-01-08 14:31:09 -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
makeplugin.py Options for Reading List "Send to Device" and "To Read" lists. Fix config per 2012-01-15 22:02:46 -06:00
makezip.py Need makezip.py for makeplugin.py. 2011-12-30 14:04:56 -06:00
plugin-defaults.ini Options for Reading List "Send to Device" and "To Read" lists. Fix config per 2012-01-15 22:02:46 -06:00
plugin-example.ini Options for Reading List "Send to Device" and "To Read" lists. Fix config per 2012-01-15 22:02:46 -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.