A simple movie streaming frontend that pulls video sources using scripts originally based on Vidlink. This version removes ads and provides a clean, minimal playback experience.
- 🎥 Stream movies directly in-browser
- ⚡ Fast loading using HLS streams
- 🚫 No ads (cleaned version of original scripts)
- 🌐 Deployed easily with Vercel
- 🔗 Simple URL-based playback system
This project uses a scraping/proxy approach to retrieve video streams and display them in a native HTML5 player.
Example:
https://your-site.vercel.app/?id=550
id= Movie ID (typically from TMDB or similar source)- The app fetches and injects the stream into a video player
- Playback is handled using HLS
/
├── index.html # Main frontend
├── script.js # Handles fetching + playback
├── style.css # Basic styling
└── /api # Serverless functions (proxy/scraper logic)
- Clone or fork this repo
- Go to https://vercel.com
- Click "Add New Project"
- Import your repo
- Deploy (no config needed)
Once deployed, your site will be live instantly.
- This project is for educational purposes only
- Streaming copyrighted content without permission may violate laws in your country
- The original scripts were modified to remove ads, but credit belongs to their respective creators
Just open:
https://your-vercel-url.vercel.app/?id=MOVIE_ID
That’s it. No accounts, no UI clutter — just press play.
- Custom video player UI
- Subtitles support
- TV / remote-friendly controls
- Better error handling
If you like this project, consider giving it a star ⭐ on GitHub!
