mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
allow config section [www.squidge.org/peja]. More needed to support other sites under www.squidge.org.
19 lines
493 B
Text
19 lines
493 B
Text
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
|