Go to file
Jim Miller 47c1b45b9c Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
calibre-plugin Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
fff_internals Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
included_dependencies Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
webservice Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub. 2015-04-07 14:01:59 -05:00
.gitignore Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
DESCRIPTION.rst Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
LICENSE Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
cmds Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
defaults.ini Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
example.ini Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
fanficdownloader.zip Update CLI download zip. 2015-03-26 10:50:26 -05:00
makeplugin.py Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
makezip.py Re-souping story description metadata for Fimfic for same reason it's done in utf8FromSoup() 2015-01-04 12:09:40 -07:00
readme.txt Re-souping story description metadata for Fimfic for same reason it's done in utf8FromSoup() 2015-01-04 12:09:40 -07:00
setup.py Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

# -*- 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