This project exposes a simple API for searching and extracting sources from vidsrc.to.
For educational purposes only!
After deployment, call:
GET /api/vidsrc?title=Oppenheimer&year=2023
Returns JSON with:
- The best search result
- List of sources (iframe embed URLs)
GET https://your-vercel-app.vercel.app/api/vidsrc?title=Dune&year=2021
Note: Scraping public websites may be against their terms of service.