No description
Find a file
Jim Miller 45382ad424 Plugin--Fix for Update Always w/fewer chapters on site. Don't update Date
column when doing Calibre MetaData Only or Update Always with no new chapters.
Set Language to English if it's not already set.  Add some additional logging.
Support other URL form for TTH.
2012-01-16 23:34:10 -06:00
calibre-plugin Plugin--Fix for Update Always w/fewer chapters on site. Don't update Date 2012-01-16 23:34:10 -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--Fix for Update Always w/fewer chapters on site. Don't update Date 2012-01-16 23:34:10 -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 Bump webapp to 4.2.1, add announcements. 2012-01-16 00:00:15 -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 Bump webapp to 4.2.1, add announcements. 2012-01-16 00:00:15 -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 Bump webapp to 4.2.1, add announcements. 2012-01-16 00:00:15 -06:00
settings.py Suppress warnings about Django version. 2011-05-30 15:48:35 -05:00
status.html Bump webapp to 4.2.1, add announcements. 2012-01-16 00:00:15 -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.