{"id":37082949,"url":"https://github.com/echteralsfake/youporn_api","last_synced_at":"2026-01-14T10:02:05.715Z","repository":{"id":310224238,"uuid":"1039007643","full_name":"EchterAlsFake/youporn_api","owner":"EchterAlsFake","description":"a Python API for the porn site youporn.com","archived":false,"fork":false,"pushed_at":"2025-12-17T18:57:04.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T07:17:14.139Z","etag":null,"topics":["api","beautifulsoup4","bs4","channels","collections","httpx","package","pornstars","python","searching","video-download","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EchterAlsFake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://paypal.me/EchterAlsFake"}},"created_at":"2025-08-16T09:25:25.000Z","updated_at":"2025-12-17T18:57:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"fae07136-9f16-4bf3-8cba-c254f6aa8f62","html_url":"https://github.com/EchterAlsFake/youporn_api","commit_stats":null,"previous_names":["echteralsfake/youporn_api"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/EchterAlsFake/youporn_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchterAlsFake%2Fyouporn_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchterAlsFake%2Fyouporn_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchterAlsFake%2Fyouporn_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchterAlsFake%2Fyouporn_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EchterAlsFake","download_url":"https://codeload.github.com/EchterAlsFake/youporn_api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EchterAlsFake%2Fyouporn_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","beautifulsoup4","bs4","channels","collections","httpx","package","pornstars","python","searching","video-download","web-scraping"],"created_at":"2026-01-14T10:02:04.913Z","updated_at":"2026-01-14T10:02:05.708Z","avatar_url":"https://github.com/EchterAlsFake.png","language":"Python","funding_links":["https://paypal.me/EchterAlsFake"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eYouPorn API\u003c/h1\u003e \n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://pepy.tech/project/xvideos_api\"\u003e\u003cimg src=\"https://static.pepy.tech/badge/youporn_api\" alt=\"Downloads\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/EchterAlsFake/xvideos_api/workflows/\"\u003e\u003cimg src=\"https://github.com/EchterAlsFake/youporn_api/workflows/CodeQL/badge.svg\" alt=\"CodeQL Analysis\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://echteralsfake.me/ci/youporn_api/badge.svg\"\u003e\u003cimg src=\"https://echteralsfake.me/ci/youporn_api/badge.svg\" alt=\"Sync API Tests\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n# Description\nYouPorn API is an API for youporn.com. It allows you to fetch information from videos, search for videos and get channels, pornstars\nand collections aka playlists using httpx and beautifulsoup.\n\n# Disclaimer\n\u003e [!IMPORTANT] \n\u003e YouPorn API is in violation to the ToS of youporn.com!\n\u003e If you are the website owner of xvideos.com, contact me at my E-Mail, and I'll take this repository immediately offline.\n\u003e EchterAlsFake@proton.me\n\n# Quickstart\n\n### Have a look at the [Documentation](https://github.com/EchterAlsFake/API_Docs/blob/master/Porn_APIs/YouPorn.md) for more details\n- Install the library with `pip install youporn_api`\n\n\n```python\nfrom youporn_api import Client\n# Initialize a Client object\nclient = Client()\n\n# Fetch a video\nvideo_object = client.get_video(\"\u003cinsert_url_here\u003e\")\n\n# Information from Video objects\nprint(video_object.title)\nprint(video_object.rating)\n# Download the video\n\nvideo_object.download(downloader=\"threaded\", quality=\"best\", path=\"your_output_path + filename\")\n\n# SEE DOCUMENTATION FOR MORE\n```\n\n# Support (Donations)\nI am developing all my projects entirely for free. I do that because I have fun and I don't want\nto charge 30€ like other people do.\n\nHowever, if you find my work useful, please consider donating something. A tiny amount such as 1€\nmeans a lot to me.\n\nPaypal: https://paypal.me/EchterAlsFake\n\u003cbr\u003eXMR (Monero): `42XwGZYbSxpMvhn9eeP4DwMwZV91tQgAm3UQr6Zwb2wzBf5HcuZCHrsVxa4aV2jhP4gLHsWWELxSoNjfnkt4rMfDDwXy9jR`\n\n\n# Contribution\nDo you see any issues or having some feature requests? Simply open an Issue or talk\nin the discussions.\n\nPull requests are also welcome.\n\n# License\nLicensed under the LGPLv3 License\n\u003cbr\u003eCopyright (C) 2025 Johannes Habel","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechteralsfake%2Fyouporn_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fechteralsfake%2Fyouporn_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fechteralsfake%2Fyouporn_api/lists"}