mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-15 21:32:28 +01:00
Changed all references to downaloder.py to downloader.py.
This commit is contained in:
parent
b2ea9c3e73
commit
d4c18fe1a8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
To use, do:
|
To use, do:
|
||||||
|
|
||||||
python downaloder.py <url> (epub|html)
|
python downloader.py <url> (epub|html)
|
||||||
|
|
||||||
Eg:
|
Eg:
|
||||||
|
|
||||||
python downaloder.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo epub
|
python downloader.py http://www.fanfiction.net/s/5192986/1/A_Fox_in_Tokyo epub
|
||||||
|
|
||||||
This tool uses Python 2.5.2, but should work with newer versions.
|
This tool uses Python 2.5.2, but should work with newer versions.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue