No description
Find a file
2010-10-28 17:29:00 -05:00
books Allow one-shot fics for ffnet. 2010-09-24 23:36:05 -05:00
__init__.py Whole lot of fixes related to appengine 2009-12-18 14:51:53 +00:00
adapter.py Changes while moving to AJAX service 2009-12-21 13:12:47 +00:00
BeautifulSoup.py Starting to use source control again after a long break :-) 2010-07-17 14:44:14 +01:00
constants.py Replace the haphazardly collected set of html entities with a list of known (browser) supported entities. Will now preserve right/left quotes. 2010-10-28 17:29:00 -05:00
downaloder.py Add &#x0000; entity support, fix "<authorname> aa" from testing, add potionsandsnitches.net. 2010-10-11 20:44:19 -05:00
ffnet.py Add '\n' after each </p> and <br /> tag. Extremely long(200k+) single line chapters (like ffnet gives) causes problems for nook. 2010-10-11 14:05:57 -05:00
fictionalley.py Somewhat kludgey fix for the kludgey way we extract the story text from fictionalley for stories with poor html. 2010-10-13 00:01:24 -05:00
ficwad.py Generalize handling of &#<number>; entities. Generalize method to create a valid filename. 2010-10-10 12:54:41 -05:00
hpfiction.py Generalize handling of &#<number>; entities. Generalize method to create a valid filename. 2010-10-10 12:54:41 -05:00
html2text.py Starting to use source control again after a long break :-) 2010-07-17 14:44:14 +01:00
html_constants.py Whole lot of fixes related to appengine 2009-12-18 14:51:53 +00:00
output.py Add &#x0000; entity support, fix "<authorname> aa" from testing, add potionsandsnitches.net. 2010-10-11 20:44:19 -05:00
readme.txt Adding a twipassword.py and a quick readme.txt. 2010-10-20 14:58:48 -05:00
twilighted.py potionsandsnitches.net doesn't require login. Indeed, it doesn't even have the same login URL. 2010-10-14 12:42:29 -05:00
twipassword.py Adding a twipassword.py and a quick readme.txt. 2010-10-20 14:58:48 -05:00
zipdir.py Fix zip routine so it checks for file mimetype doesn't just assume it exists. 2010-10-16 11:30:09 -05:00

To use, do:

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

Eg:

python downaloder.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.