EchterAlsFake / xvideos_api

a Python API for xvideos.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Usage from command line' feature

sugizo opened this issue · comments

objective
nice to have 'Usage from command line' feature

e.g. like phub

# Download a single video
xvideos_api https://www.xvideos.com/view_video.php?viewkey=abcdef
# Download multiple videos from a text file
xvideos_api path/to/file.txt --quality best --downloader threaded --output video.mp4

best regards

Yes I'll implement that later or tomorrow. Oh and I will also fix the other issues you've reported in my other repos.

Thanks for your ideas and testing :)

Implemented, you can now just do:

xvideos_api -h

which will print the available options. It works exactly like phub :)

(It's not on Pypi yet, so you need to install it from this repo)