No description
Find a file
2013-11-16 09:23:55 -06:00
calibre-plugin ffnet fix & update: dates as characters, http->https. 2013-11-16 09:23:55 -06: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 ffnet fix & update: dates as characters, http->https. 2013-11-16 09:23:55 -06: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 Adding i18n/l10n support. Involves much changing of user messages. 2013-11-15 14:19:44 -06: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 Fix for ffnet's timestamp published/updated. 2013-11-13 10:56:39 -06: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 Update index.html 2013-11-11 09:55:32 -06: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 Adding i18n/l10n support. Involves much changing of user messages. 2013-11-15 14:19:44 -06: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 Fix for ffnet's timestamp published/updated. 2013-11-13 10:56:39 -06: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 Bump versions, update web service to announce fimf blocking. 2013-11-09 11:26:46 -06: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