CoolFace
Apppublic

husainzz99/veyra-ar-scrapper

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Veyra Arabic Metadata

Stremio addon for Arabic-only movie and series metadata powered by TMDB.

This Gradio/FastAPI version is intended for Hugging Face Spaces configured with Gradio or ZeroGPU. It does not scrape torrents, magnets, or debrid links. Debrid settings are accepted only as user configuration metadata, and /stream returns an empty list.

Use

Open the Space URL, enter your API keys, then use the generated manifest URL in Stremio.

Endpoints

text
GET /
GET /health
GET /manifest.json
GET /{userConfig}/manifest.json
GET /catalog/movie/arabic-movies.json
GET /catalog/series/arabic-series.json
GET /{userConfig}/catalog/movie/arabic-movies.json
GET /{userConfig}/catalog/series/arabic-series.json
GET /catalog/movie/arabic-movies/search={query}.json
GET /catalog/series/arabic-series/search={query}.json
GET /meta/movie/tmdb:{id}.json
GET /meta/series/tmdb:{id}.json
GET /stream/movie/tmdb:{id}.json
GET /stream/series/tmdb:{id}.json

Notes

User API keys are embedded in the generated manifest URL using base64url encoding. Treat the generated URL as private.