No description
Find a file
2013-04-09 17:12:23 -05:00
calibre-plugin Remove dead sites prisonbreakfic.net, svufiction.com; bump versions. 2013-04-08 12:27:13 -05:00
css Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
fanficdownloader Add site: netraptor.org 2013-04-09 17:12:23 -05:00
js Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
simplejson Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
static Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
utils Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
allrecent.html Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
app.yaml Remove dead sites prisonbreakfic.net, svufiction.com; bump versions. 2013-04-08 12:27:13 -05:00
cron.yaml Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
defaults.ini Add site: netraptor.org 2013-04-09 17:12:23 -05:00
delete_fic.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
downloader.py Improve error reporting on CLI. 2013-04-09 16:29:56 -05:00
editconfig.html Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
epubmerge.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
example.ini Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
ffstorage.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
index-ajax.html Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
index.html Remove dead sites prisonbreakfic.net, svufiction.com; bump versions. 2013-04-08 12:27:13 -05:00
index.yaml Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
login.html Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
main.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
makeplugin.py Add *plugin* CLI via calibre's cli_main feature. --PI only. (list continues) 2013-03-14 17:16:26 -05:00
makezip.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
plugin-defaults.ini Update dark-solace.org/elysian adapter to properly do is_adult. 2013-04-04 17:04:12 -05:00
plugin-example.ini www.ficwad.com -> ficwad.com. Ficwad changed their canonical domain. 2013-02-27 13:44:34 -06:00
queue.yaml Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
readme.txt Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
recent.html Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
settings.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
status.html Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -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