Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Unofficial YouTube API
|
| 2 |
|
| 3 |
-
⚠️ This is an unofficial API built using public scraping libraries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
##
|
| 6 |
-
pip install -r requirements.txt
|
| 7 |
-
uvicorn main:app --reload
|
| 8 |
|
| 9 |
-
##
|
| 10 |
-
GET /search?q=keyword
|
| 11 |
-
GET /video?video_id=VIDEO_ID
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Unofficial YouTube API
|
| 3 |
+
emoji: 📺
|
| 4 |
+
colorFrom: red
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Unofficial YouTube API
|
| 11 |
|
| 12 |
+
⚠️ **This is an unofficial YouTube API** built using public scraping libraries
|
| 13 |
+
No Google API key required.
|
| 14 |
+
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
## 🚀 Features
|
| 18 |
+
- 🔍 Search YouTube videos
|
| 19 |
+
- 📹 Get video metadata
|
| 20 |
+
- ⚡ FastAPI backend
|
| 21 |
+
- 🐳 Docker-based Hugging Face Space
|
| 22 |
+
|
| 23 |
+
---
|
| 24 |
|
| 25 |
+
## 📡 API Endpoints
|
|
|
|
|
|
|
| 26 |
|
| 27 |
+
### 1️⃣ Health Check
|
|
|
|
|
|