A Python API for the Porn Site xvideos.com
Project description
XVIDEOS API
Description
XVideos API is an API for xvideos.com. It allows you to fetch information from videos using regexes and requests.
Disclaimer
[!IMPORTANT] XVideos API is in violation to the ToS of xvideos.com! If you are the website owner of xvideos.com, contact me at my E-Mail, and I'll take this repository immediately offline. EchterAlsFake@proton.me
Quickstart
Have a look at the Documentation for more details
- Install the library with
pip install xvideos_api
from xvideos_api import Client, Quality, threaded, default, FFMPEG
# Initialize a Client object
client = Client()
# Fetch a video
video_object = client.get_video("<insert_url_here>")
# Information from Video objects
print(video_object.title)
print(video_object.likes)
# Download the video
video_object.download(downloader=threaded, quality=Quality.BEST, path="your_output_path + filename")
# SEE DOCUMENTATION FOR MORE
[!NOTE] XVideos API can also be used from the command line. Do: xvideos_api -h to see the options
Changelog
See Changelog for more details.
Contribution
Do you see any issues or having some feature requests? Simply open an Issue or talk in the discussions.
Pull requests are also welcome.
License
Licensed under the LGPLv3 License
Copyright (C) 2023–2024 Johannes Habel
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file xvideos_api-1.4.2.tar.gz
.
File metadata
- Download URL: xvideos_api-1.4.2.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c133095c0e80d75261b8b4e69d44f181d436c469e34e4c3a243b5c6a5b661210 |
|
MD5 | 11f486378555762b51c2c01cad42aa00 |
|
BLAKE2b-256 | fb490f5e35d57da83ebf3687f9d6e5eb7ce48bcc06d9a674266e3e7d8b87dc9b |
File details
Details for the file xvideos_api-1.4.2-py3-none-any.whl
.
File metadata
- Download URL: xvideos_api-1.4.2-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26dcf9480a95827c91384d222bf566777769ca7036f5269f878e0db6bf29de62 |
|
MD5 | 0a9334f808ab168cf70451dc12565491 |
|
BLAKE2b-256 | 779958cd03729bc1e79983251e81b409dbf54cb1cf9fe8fcc5596494f4d8f8dd |