Adult Video Resource Management Platform
Go to file
2025-03-11 16:24:54 +08:00
data fix(proxy):config.yaml configuration error 2025-03-11 15:26:53 +08:00
utils feat(ptoxy):add proxy switch 2025-03-11 15:23:08 +08:00
web add logo 2025-03-11 16:24:54 +08:00
Dockerfile first commit 2025-03-11 11:14:17 +08:00
LICENSE Initial commit 2025-03-07 17:07:11 +08:00
main.py feat(ptoxy):add proxy switch 2025-03-11 15:23:08 +08:00
nginx.example.conf first commit 2025-03-11 11:17:00 +08:00
README_CN.md add logo 2025-03-11 16:24:54 +08:00
README.md add logo 2025-03-11 16:24:54 +08:00
requirements.txt requirements.txt 2025-03-11 15:32:57 +08:00

AvHub - Adult Video Resource Management Platform

AvHub is a web platform dedicated to the retrieval and management of adult video resources.

Cloudflare Page: https://avhub.pages.dev/

Vercel Page: https://avhub.vercel.app/


GitHub license Release Version GitHub Star GitHub Fork Repo Size GitHub Issue

Docker Stars Docker Pulls

Star History

Star History Chart

English | 简体中文


Core Features

🔗 Magnet Link Search by Video Code
Accurately find magnet links and cover images corresponding to video codes.
📅 Timely Hentai Resource Updates
Automatically update and archive monthly hentai resources.
📊 Random Video Recommendation
Random playback functionality based on crawled data.
🌐 Multi-language Support
Supports multiple language interfaces to meet global user needs.
🎨 Multiple Theme Options
Offers various theme color schemes to enhance user experience.


Getting Started

Run Locally

git clone https://github.com/levywang/avhub.git  
cd avhub  
pip install -r requirements.txt  
python main.py  

The default API address: http://127.0.0.1:8000/

You can configure a reverse proxy and domain, replacing BASE_URL in line 52 of web/script.js.

The backend configuration file is located in data/config.yaml. Modify it according to your actual needs.

Docker Deployment

Note: Python Version >= 3.7

git clone https://github.com/levywang/avhub.git  
cd avhub  
docker run -d -p <your_server_port>:80 -v $PWD:/app --name avhub levywang/avhub:latest  

Technology Stack

Frontend:
• Built with Tailwind CSS for a modern, responsive interface.
• Integrated with hls.js for smooth video playback.
Backend:
• Developed using FastAPI, a Python framework, to provide efficient and stable API services.
Privacy Protection:
• Strictly adheres to privacy principles and does not directly host any resource files. All data is retrieved through third-party links.


Data Sources

Magnet Links and Cover Images: Sourced from missav.
Hentai Resources: Sourced from hacg liuli.
Random Video Recommendations: Sourced from crawled data stored in the local file /data/video_urls.txt.

The above data sources are configured in data/config.yaml. If the data sources change or become inaccessible, modifications and maintenance are required.


Users must comply with the laws and regulations of their respective regions. AvHub is solely a resource retrieval tool and does not involve the distribution or storage of any resources.


License

This project is provided under an Apache License 2.0 license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.