cagide/yt-vid
0
yt-dlp Video Extractor
FastAPI service wrapping yt-dlp for adult video platform extraction.
Usage
Health check
GET /Extract video URL
GET /extract?url=<encoded_video_url>Response
{
"url": "https://cdn.example.com/video.mp4",
"title": "Video title",
"duration": 300,
"thumbnail": "https://...",
"ext": "mp4",
"height": 1080,
"width": 1920
}Deploy to HuggingFace Spaces
- Create a new Space on HuggingFace (SDK: Docker)
- Push these files to the Space repo
- Wait for the build to complete (~2 min)
- Call
/extract?url=...from your Vidnio backend
