No description
Find a file
2010-11-13 23:30:47 -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 Some changes in order to allow the refactoring of functions to work from within the appEngine. 2010-11-12 21:28:25 -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 Some changes in order to allow the refactoring of functions to work from within the appEngine. 2010-11-12 21:28:25 -06:00
ffnet.py Changed to deal with somebody putting in the mobile url for fanfiction.net... ie <http://m.fanfiction.net/s/11> will get changed to <http://www.fanfiction.net/s/11> 2010-11-12 21:51:46 -06:00
fictionalley.py Deal with being passed in the first chapter as the url. 2010-11-11 13:53:48 -06:00
ficwad.py self.numChapters was one too many. 2010-11-11 13:22:30 -06:00
fpcom.py Some changes in order to allow the refactoring of functions to work from within the appEngine. 2010-11-12 21:28:25 -06:00
hpfiction.py Refactored source code to remove redundant code.. Moved most of the adapter get and set functions for variables into the adapter.py. Define all the adapter variables in adapter.py. Remove the unneeded functions from the various adapter sources. 2010-11-11 13:14:15 -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 MediaMiner was not sending the date with the correct timezone info, so strip it off. We don't need the time anyways. 2010-11-13 23:30:47 -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 Refactored source code to remove redundant code.. Moved most of the adapter get and set functions for variables into the adapter.py. Define all the adapter variables in adapter.py. Remove the unneeded functions from the various adapter sources. 2010-11-11 13:14:15 -06:00
readme.txt Changed all references to downaloder.py to downloader.py. 2010-11-10 11:29:17 -06:00
twilighted.py Refactored source code to remove redundant code.. Moved most of the adapter get and set functions for variables into the adapter.py. Define all the adapter variables in adapter.py. Remove the unneeded functions from the various adapter sources. 2010-11-11 13:14:15 -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.