Skip to content

Commit

Permalink
- added funding
Browse files Browse the repository at this point in the history
- updated readme
  • Loading branch information
EchterAlsFake committed Jan 1, 2025
1 parent 501428d commit cff0594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: "https://paypal.me/EchterAlsFake"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ HQPorner API is an API for HQPorner. It allows you to fetch information from vid


```python
from hqporner_api import Client, Quality
from hqporner_api import Client
# Initialize a Client object
client = Client()

# Fetch a video
video_object = client.get_video("<insert_url_here>")

# Download the video
video_object.download(quality=Quality.BEST, path="your_output_path + title.mp4")
video_object.download(quality="best", path="your_output_path + title.mp4")

# Videos by actress
actress_generator = client.get_videos_by_actress("anissa-kate")
Expand Down

0 comments on commit cff0594

Please sign in to comment.