File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
4747import phub
48- from phub.locals import *
4948
5049# Initialise a client
5150client = phub.Client()
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ phub = "phub.__main__:main"
2222
2323[project .urls ]
2424Documentation = " 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 "
2626Repository = " https://github.com/EchterAlsFake/PHUB"
2727
2828[build-system ]
You can’t perform that action at this time.
0 commit comments