mirror of
https://github.com/kemayo/leech
synced 2026-03-02 02:21:21 +01:00
Update readme about requirements
This commit is contained in:
parent
d1a60dbb9c
commit
0e4632c709
1 changed files with 8 additions and 2 deletions
|
|
@ -3,10 +3,15 @@ Leech
|
|||
|
||||
Let's say you want to read some sort of fiction. You're a fan of it, perhaps. But mobile websites are kind of non-ideal, so you'd like a proper ebook made from whatever you're reading.
|
||||
|
||||
Usage
|
||||
Setup
|
||||
---
|
||||
|
||||
You'll need python3 and BeautifulSoup.
|
||||
You'll need python3, BeautifulSoup, and html5lib. If you don't have them, this will make them show up:
|
||||
|
||||
$ pip install -r requirements.txt
|
||||
|
||||
Usage
|
||||
---
|
||||
|
||||
$ python3 leech.py [[URL]]
|
||||
|
||||
|
|
@ -18,6 +23,7 @@ Supports
|
|||
---
|
||||
|
||||
* Fanfiction.net
|
||||
* Sta.sh
|
||||
|
||||
Contributing
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue