fanfic2ebook
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A downloader/converter for reading fanfiction on portable devices.
A command-line tool for saving fanfiction to disk for reading offline.
Currently in a very early stage of development, but I use it almost daily on
Fanfiction.net, so you can be fairly certain that'll work reliably.

fanfic2ebook generates cleaned HTML suitable for conversion to eBooks and
currently supports the following sites:

- Fanfiction.net_
- FicWad_ (Known Bug: Download may fail unless URL of the last chapter is used)
- `Twisting the Hellmouth`_ (unreliably and they've recently added their own eBook
  export support)

Usage
------

Basic usage:

``fanfic2html http://www.fanfiction.net/s/2830860/1/ http://www.fanfiction.net/s/1744410/1/``

See the output of ``--help`` for usage instructions.

Windows .exe bundles are **NOT** installers. They are ready-to-run tools which need no installation and should be run via ``cmd.exe``.

Dependencies
------------

Source Dependencies: (Will be included in .exe bundles)

- Python_ 2.x (I forget which version but anything installed by default should do)
- LXML_
- httplib2_ (Optional but recommended. Provides HTTP caching and compression.)

Runtime Dependencies: (Not included in .exe bundles)

- MSVCR90.dll_ (Windows .exe bundles only. Normally included with Python_ and often already present on your system.)
- calibre_ (Optional. Only required for automatic conversion to non-HTML
  formats. Support may currently be broken.)

Reporting Bugs
--------------

If you encounter problems, please report them via the GitHub issue tracker for
this project.

When reporting problems, please provide the following information:

- The exact command line which gave you issues
- What version of fanfic2ebook you are using (For .exe bundles, run ``fanfic2html --version``)
- What operating system you are running it on
- If running a source build, the versions of Python, LXML, and httplib2 you are
  using.

.. _Fanfiction.net: http://www.fanfiction.net/
.. _FicWad: http://www.ficwad.com/
.. _`Twisting the Hellmouth`: http://www.tthfanfic.org/

.. _Python: http://python.org/download/
.. _LXML: http://lxml.de/installation.html
.. _httplib2: https://code.google.com/p/httplib2/
.. _MSVCR90.dll: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
.. _calibre: http://calibre-ebook.com/

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。