No description
Find a file
2010-11-12 20:27:17 -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 The getSubjects function was returning the author. 2010-11-12 20:27:17 -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 mediaminer.org adapter. Still has problems becaue mm seems to use the ≴ type character encoding, and I couldn't manage to replace them. 2010-11-12 20:25:55 -06:00
ffnet.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
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 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
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 Added in mediaminer.org adapter. Still has problems becaue mm seems to use the ≴ type character encoding, and I couldn't manage to replace them. 2010-11-12 20:25:55 -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.