No description
Find a file
2010-11-11 09:55:37 -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 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
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 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
downloader.py Added in an adapter for FictionPress.com. This started out as a copy of ffnet.py, but the extractIndividualUrls rapidly became completly different. I have not found a field that says total number of words for the story. 2010-11-11 09:55:37 -06:00
ffnet.py Changed the title page generation to allow for easily adding and removing entries from the table of information shown. 2010-11-10 11:18:48 -06:00
fictionalley.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
ficwad.py Changed the title page generation to allow for easily adding and removing entries from the table of information shown. 2010-11-10 11:18:48 -06:00
fpcom.py Added in an adapter for FictionPress.com. This started out as a copy of ffnet.py, but the extractIndividualUrls rapidly became completly different. I have not found a field that says total number of words for the story. 2010-11-11 09:55:37 -06:00
hpfiction.py Change to allow a chapter url to be passed in, yet still get the information it needs from the story index page. This will get the chapter links from the passed in url. 2010-11-10 12:36:21 -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
output.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
potionsNsnitches.py Add a new adapter for the potionsandsnitches web site. Once we started looking for the additional information for the title page, things were sufficiently different from the twilighted adapter that it couldn't be used anymore. 2010-11-10 23:11:08 -06:00
readme.txt Changed all references to downaloder.py to downloader.py. 2010-11-10 11:29:17 -06:00
twilighted.py Add a new adapter for the potionsandsnitches web site. Once we started looking for the additional information for the title page, things were sufficiently different from the twilighted adapter that it couldn't be used anymore. 2010-11-10 23:11:08 -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 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

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.