No description
Find a file
2010-11-18 23:34:25 -06:00
books Allow one-shot fics for ffnet. 2010-09-24 23:36:05 -05:00
__init__.py Trying to fix outputting some utf-8 text. Added the utf-8 header to all the source code. 2010-11-10 13:47:13 -06:00
adapter.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
BeautifulSoup.py Trying to fix outputting some utf-8 text. Added the utf-8 header to all the source code. 2010-11-10 13:47:13 -06:00
constants.py Fix numeric entities--correctly this time. Reduce margins slightly, tweak description escaping slightly. 2010-11-18 14:26:16 -06:00
downloader.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
ffnet.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
fictionalley.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
ficwad.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
fpcom.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
hpfiction.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
html2text.py Trying to fix outputting some utf-8 text. Added the utf-8 header to all the source code. 2010-11-10 13:47:13 -06:00
html_constants.py Trying to fix outputting some utf-8 text. Added the utf-8 header to all the source code. 2010-11-10 13:47:13 -06:00
mediaminer.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
output.py Fix desc escaping. <sigh> 2010-11-18 23:34:25 -06:00
potionsNsnitches.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
readme.txt Changed all references to downaloder.py to downloader.py. 2010-11-10 11:29:17 -06:00
twilighted.py Raise exceptions instead of an exit when errors are detected. 2010-11-18 16:07:58 -06:00
twipassword.py Trying to fix outputting some utf-8 text. Added the utf-8 header to all the source code. 2010-11-10 13:47:13 -06:00
zipdir.py The with call is not an automatic in python 2.5, you need to import with_statement for it to work. 2010-11-18 20:08:55 -06:00

To use, do:

python downloader.py <url> (epub|html)

Eg:

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

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