Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
bs4 will install with requirements.txt
  • Loading branch information
AlphaSlayer1964 authored Oct 10, 2021
1 parent bf6c823 commit 8aa908a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ This is a simple kemono.party downloader using python and kemono.party's API.

## How to use:
1. Install python
2. Install BeautifulSoup with ```pip insatll bs4```
3. Download source code from [releases](https://github.com/AplhaSlayer1964/Kemono.party-Downloader/releases) and extract it
4. Then install requirements with ```pip install -r requirements.txt```
5. Get a cookie.txt file from kemono.party
2. Download source code from [releases](https://github.com/AplhaSlayer1964/Kemono.party-Downloader/releases) and extract it
3. Then install requirements with ```pip install -r requirements.txt```
4. Get a cookie.txt file from kemono.party
- You can get the cookie text file using a [chrome](https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid?hl=en) or [firefox](https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/) extension
- A cookie.txt file is needed to download files
6. Run ```python kemono-dl.py --cookies "cookie.txt" --links https://kemono.party/SERVICE/user/USERID```
5. Run ```python kemono-dl.py --cookies "cookie.txt" --links https://kemono.party/SERVICE/user/USERID```


## Options:
Expand Down

0 comments on commit 8aa908a

Please sign in to comment.