No description
Find a file
2012-10-01 23:02:20 -05:00
calibre-plugin Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
css Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
fanficdownloader Merge new adapter (qaffic.com) with other changes. 2012-10-01 23:02:20 -05:00
js Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
simplejson Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
static Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
utils Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
allrecent.html Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
app.yaml Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
cron.yaml Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
defaults.ini Merge new adapter (qaffic.com) with other changes. 2012-10-01 23:02:20 -05:00
delete_fic.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
downloader.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
editconfig.html Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
epubmerge.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
example.ini Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
ffstorage.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
index-ajax.html Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
index.html Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
index.yaml Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
login.html Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
main.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
makeplugin.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
makezip.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
plugin-defaults.ini Merge new adapter (qaffic.com) with other changes. 2012-10-01 23:02:20 -05:00
plugin-example.ini Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
queue.yaml Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
readme.txt Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
recent.html Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
settings.py Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04:00
status.html Add new adapter for www.qaf-fic.com 2012-10-01 21:10:33 -04: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