u/EaseTop476

▲ 3 r/BDDevs

Subtitle api system for Movie/Series currently using Wyzie Api

Subtitle api system for Movie/Series currently using Wyzie Api but it doesnt work soemtimes on my premium webapp, i wanna add few more as a backup if one doesnt work use. what other free good options do we have?

reddit.com
u/EaseTop476 — 3 days ago
▲ 2 r/BDDevs

My nodejs scrapper for extrcting direct video m3u8 works on locally fine but on production doesnt work as ip gets flagged or something

I tried wrapping it in a cloudflare worker proxy to solve it it didn fix, whats the simple way to solve this. some detail about the codebase:

  1. 1st provider site

- Local web player for extracting video links from 1st source

- server.js: HTTP server that serves static files + proxy for video streams

- app.js: Frontend that fetches sources via 1st source API and plays them (HLS/MP4)

- Uses AES-CBC encryption for API token generation

  1. 2nd source Extractor

- Node.js library for extracting streams from2nd source

- Uses libsodium + WebAssembly runtime to generate API tokens

- Supports movies and TV episodes

  1. worker.js

- Cloudflare Worker proxy to bypass CORS restrictions on video streams

Tech Stack

- Backend: Node.js (Express in vidlink), native HTTP server (vidrock)

- Frontend: Vanilla JS with HLS.js player

- Dependencies: axios, libsodium-wrappers, express

these are the infos. I am frustrated that not wokring, please suggest good way around to fix the blocking bypass in efficient way.

reddit.com
u/EaseTop476 — 11 days ago