No description
Find a file
2013-10-13 10:59:36 -05:00
calibre-plugin Bump versions, make "Mark added/updated books when finished" default False. 2013-10-13 10:59:36 -05:00
css Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
fanficdownloader Add user/pass support for 18+ rated stories on fictionpad.com 2013-10-11 18:14:35 -05:00
js Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
simplejson Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
static Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
utils Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
allrecent.html Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
app.yaml Bump versions, make "Mark added/updated books when finished" default False. 2013-10-13 10:59:36 -05:00
cron.yaml Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
defaults.ini Add user/pass support for 18+ rated stories on fictionpad.com 2013-10-11 18:14:35 -05:00
delete_fic.py Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
downloader.py Change prints to logger calls and clean up some of them. 2013-10-10 21:34:46 -05:00
editconfig.html Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
epubmerge.py Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
example.ini Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
ffstorage.py Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
index-ajax.html Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
index.html Bump versions, make "Mark added/updated books when finished" default False. 2013-10-13 10:59:36 -05:00
index.yaml Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
login.html Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
main.py Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
makeplugin.py Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
makezip.py Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
plugin-defaults.ini Add user/pass support for 18+ rated stories on fictionpad.com 2013-10-11 18:14:35 -05:00
plugin-example.ini Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
queue.yaml Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
readme.txt Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
recent.html Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
settings.py Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00
status.html Set custom column only if there's a value (mostly for int/float columns). 2013-09-21 12:53:28 -05:00

# -*- coding: utf-8 -*-

# Copyright 2011 Fanficdownloader team
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Other code contributed by Pau Sanchez(bbcodeutils).

To use, do:

python downloader.py [-f (epub|html|txt)] <url> 

Default format is epub.

Eg:

python downloader.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo

Do 'python downloader.py -h' for more options.

This tool uses Python 2.7, but should work with newer versions of Python.

For more information, see:

http://code.google.com/p/fanficdownloader/wiki/FanFictionDownloaderSupportedsites

http://code.google.com/p/fanficdownloader/wiki/FanFictionDownloaderFAQs