Mina commited on
Commit ·
809b80b
1
Parent(s): 87d3243
Update README metadata to trigger build
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ emoji: 🎬
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: gray
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
|
@@ -16,7 +17,7 @@ High-performance movie streaming API optimized for Hugging Face Spaces.
|
|
| 16 |
- **Lightweight**: Optimized for 16GB RAM environments.
|
| 17 |
- **Fast**: Powered by `curl-cffi` for high-speed scraping.
|
| 18 |
- **Stable**: Automatic proxy rotation and intelligent caching.
|
| 19 |
-
- **Universal**: Serves both API and Frontend
|
| 20 |
|
| 21 |
## API Endpoints
|
| 22 |
|
|
@@ -24,7 +25,3 @@ High-performance movie streaming API optimized for Hugging Face Spaces.
|
|
| 24 |
- `GET /search?q={query}` - Search content.
|
| 25 |
- `GET /details/{id}` - Get streaming links.
|
| 26 |
- `GET /health` - System status.
|
| 27 |
-
|
| 28 |
-
## Deployment Note
|
| 29 |
-
|
| 30 |
-
This project is configured to run on port **7860**. Ensure your Space is set to **Docker** SDK.
|
|
|
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: gray
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
|
|
|
| 17 |
- **Lightweight**: Optimized for 16GB RAM environments.
|
| 18 |
- **Fast**: Powered by `curl-cffi` for high-speed scraping.
|
| 19 |
- **Stable**: Automatic proxy rotation and intelligent caching.
|
| 20 |
+
- **Universal**: Serves both API and Frontend.
|
| 21 |
|
| 22 |
## API Endpoints
|
| 23 |
|
|
|
|
| 25 |
- `GET /search?q={query}` - Search content.
|
| 26 |
- `GET /details/{id}` - Get streaming links.
|
| 27 |
- `GET /health` - System status.
|
|
|
|
|
|
|
|
|
|
|
|