No description
Find a file
2013-03-12 16:34:43 -05:00
calibre-plugin Remove BBCode, not used by adapter_fimfictionnet anymore. 2013-03-12 16:34:43 -05:00
css Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
fanficdownloader Remove BBCode, not used by adapter_fimfictionnet anymore. 2013-03-12 16:33:38 -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 Page scrape story descriptions again for fimfiction.net due to API issues. 2013-03-02 15:46:47 -06:00
cron.yaml Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
defaults.ini www.ficwad.com -> ficwad.com. Ficwad changed their canonical domain. 2013-02-27 13:44:34 -06:00
delete_fic.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
downloader.py Source URL inside anthologies, tweaks, bump versions. 2013-02-19 18:38:35 -06: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 Page scrape story descriptions again for fimfiction.net due to API issues. 2013-03-02 15:46:47 -06: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 First version with Anthology feature in Plugin. 2013-02-15 17:50:12 -06:00
makezip.py Change PI status message when given URLs are all rejected. 2013-02-05 23:39:27 -06:00
plugin-defaults.ini www.ficwad.com -> ficwad.com. Ficwad changed their canonical domain. 2013-02-27 13:44:34 -06: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