Download Latest Version FFDown-Windows-r020.zip (8.5 MB)
Email in envelope

Get an email when there's a new version of Fan Fiction Downloader

Home
Name Modified Size InfoDownloads / Week
FFDown-MacBinary-r020.dmg 2010-12-03 20.8 MB
FFDown-Source-r020.tar.gz 2010-12-03 68.7 kB
README 2010-12-02 1.2 kB
FFDown-Windows-r020.zip 2010-12-02 8.5 MB
FFDown-Source-r016.tar.gz 2010-12-01 100.4 kB
FFDown-MacBinary-r016.dmg 2010-12-01 20.9 MB
FFDown-Windows-r016.zip 2010-12-01 8.5 MB
FFDown-Windows-r012.zip 2010-11-11 8.5 MB
FFDown-MacBinary-r012.dmg 2010-11-11 20.9 MB
Totals: 9 Items   88.3 MB 0
FFDown README

Mac and Windows users: Please read the README file for your operating system.

Python/Source Users:

Both command line scripts (FFDown and AFFDown) require python 2.x - THIS SCRIPT IS NOT COMPATABLE WITH PYTHON 3.
Python comes preinstalled on Mac and Linux systems. Windows users can download python from here: http://python.org/download/

You will also need a copy of beautiful soup, which is an html parser for python. 
If you downloaded this as a package (.tar.gz), Beautiful Soup 3.0.8.1 is already included.
For reference, Beautiful Soup is available here: http://www.crummy.com/software/BeautifulSoup


Before you start - Applies to Python/Source AFF only

AFF requires users declare their name and age before they enter the site. This is done automatically in AFFDown's main method. However, in the interest of respecting the site's policies, I would ask that
each user modify the birthday/name line:

post = {'cmbmonth':'1', 'cmbday':'1', 'cmbyear':'1990', 'cmbname':'anon'}

Where each item is your your birth month, day, year, and signing name.



Basic Usage

python (A)FFDown.py (--noTOC) (--noHeaders) (--noTags) url (outfile)
If you don't specify an output file, it will default to output.html
Source: README, updated 2010-12-02