No description
Find a file
2012-02-14 08:20:24 +00:00
calibre-plugin Bump plugin version. 2012-02-13 19:40:11 -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 Something to assist with non-latin (cyrillic) websites. 2012-02-14 08:20:24 +00: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 Accept-Encoding=gzip, Custom output_css for EPUB & HTML. 2012-02-10 18:46:42 -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 replace_metadata feature--allow regexp replacement of story metadata from ini. 2012-02-11 13:40:41 -06:00
delete_fic.py Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
downloader.py replace_metadata feature--allow regexp replacement of story metadata from ini. 2012-02-11 13:40:41 -06:00
editconfig.html Web-Update msgs for latest changes, make name FanFictionDownLoader to match URL 2012-01-27 23:33:13 -06: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 Web-Update msgs for latest changes, make name FanFictionDownLoader to match URL 2012-01-27 23:33:13 -06:00
index.html Plugin-Make ini edit courier font & 1pt larger than default. 2012-02-12 15:21:55 -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 Web-Update msgs for latest changes, make name FanFictionDownLoader to match URL 2012-01-27 23:33:13 -06: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 replace_metadata feature--allow regexp replacement of story metadata from ini. 2012-02-11 13:40:41 -06:00
plugin-example.ini Add Series for sites that support it. twcs/twrt/tw default to not collect it-- 2012-01-27 22:51:05 -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 Web-Update msgs for latest changes, make name FanFictionDownLoader to match URL 2012-01-27 23:33:13 -06:00
settings.py Suppress warnings about Django version. 2011-05-30 15:48:35 -05:00
status.html Web-Update msgs for latest changes, make name FanFictionDownLoader to match URL 2012-01-27 23:33:13 -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.