Skip to content

Commit 58814e8

Browse files
committed
- updated documentation
- release v4.8.7
1 parent 0e33421 commit 58814e8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,19 @@ pip install --upgrade git+https://github.com/EchterAlsFake/PHUB.git
3232
# Usage from command line
3333
```shell
3434
# Download a single video
35-
py -m phub https://www.pornhub.com/view_video.php?viewkey=abcdef
35+
phub -url https://www.pornhub.com/view_video.php?viewkey=abcdef
3636
# Download multiple videos from a text file
37-
py -m phub path/to/file.txt --quality best --downloader threaded --output video.mp4
37+
phub -file path/to/file.txt --quality best --downloader threaded --output video.mp4
3838
```
3939

4040
# Quickstart
4141

4242
> [!NOTE]
4343
> You can find the beautiful outdated docs on this project [here](https://phub.readthedocs.io).
44-
> <br>Or use the ugly but **UPDATED** docs (xD) [here](https://github.com/EchterAlsFake/API_Docs/)
44+
> <br>Or use the ugly but **UPDATED** docs (xD) [here](https://github.com/EchterAlsFake/API_Docs/blob/master/Porn_APIs/PHUB.md)
4545
4646
```python
4747
import phub
48-
from phub.locals import *
4948

5049
# Initialise a client
5150
client = phub.Client()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ phub = "phub.__main__:main"
2222

2323
[project.urls]
2424
Documentation = "https://phub.readthedocs.io"
25-
Documentation_Updated = "https://github.com/EchterAlsFake/API_Docs"
25+
Documentation_Updated = "https://github.com/EchterAlsFake/API_Docs/blob/master/Porn_APIs/PHUB.md"
2626
Repository = "https://github.com/EchterAlsFake/PHUB"
2727

2828
[build-system]

0 commit comments

Comments
 (0)