mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-30 10:51:35 +02:00
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
|