Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Egsagon committed Jul 6, 2023
1 parent 4d3e6e3 commit a8d4b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PHUB is an API wrapper for PornHub. It is able to fetch, search and download vid
> :warning: **Early development + not maintained a lot** don't hesitate to submit issues and PRs
## Installation
- Install using pip:
- Install using pip (python 3.11 or higher required):
```sh
pip install --upgrade phub
```
Expand All @@ -24,12 +24,12 @@ python3 -m phub

Example for downloading a video knowing its url, in the best available quality:
```sh
py -m phub download --url https://www.pornhub.com/view_video.php?viewkey=xxx -q 'best'
python3 -m phub download --url https://www.pornhub.com/view_video.php?viewkey=xxx -q 'best'
```

You can also use the provided UI if you have `tkinter` installed:
```sh
py -m phub ui
python3 -m phub ui
```

## Package usage
Expand Down

0 comments on commit a8d4b27

Please sign in to comment.