No description
Find a file
2012-01-31 14:48:54 -06:00
calibre-plugin Better date kludge for fimfiction.net. They don't give the year. 2012-01-31 14:48:54 -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 Better date kludge for fimfiction.net. They don't give the year. 2012-01-31 14:48:54 -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 vers for AO3 adapter, category->genre in fimfic, adult check for AO3. 2012-01-30 20:35:45 -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 Add Series for sites that support it. twcs/twrt/tw default to not collect it-- 2012-01-27 22:51:05 -06:00
delete_fic.py Commit first version of reorg/rewrite. Currently CLI only. 2011-05-03 11:27:58 -05:00
downloader.py Month in English fix works. Plugin-Fixes to date proc. CLI-make personal.ini 2012-01-17 19:03:13 -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 Bump vers for AO3 adapter, category->genre in fimfic, adult check for AO3. 2012-01-30 20:35: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 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 Add Series for sites that support it. twcs/twrt/tw default to not collect it-- 2012-01-27 22:51:05 -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.