From cff0594d6c9f46aa2945da68ae3e328a5f273658 Mon Sep 17 00:00:00 2001 From: Johannes Habel Date: Wed, 1 Jan 2025 16:37:34 +0100 Subject: [PATCH] - added funding - updated readme --- .github/FUNDING.yml | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c192bd0 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: "https://paypal.me/EchterAlsFake" \ No newline at end of file diff --git a/README.md b/README.md index efd499d..bf281aa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ 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() @@ -33,7 +33,7 @@ client = Client() video_object = client.get_video("") # 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")