Skip to content

Navigation Menu

Sign in
Sign up

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Example

🎬 Zenith Movies (Ad-Free Scraper)

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.

πŸš€ Features

  • πŸŽ₯ 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

🧠 How It Works

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

πŸ“ Project Structure

/
β”œβ”€β”€ index.html # Main frontend
β”œβ”€β”€ script.js # Handles fetching + playback
β”œβ”€β”€ style.css # Basic styling
└── /api # Serverless functions (proxy/scraper logic)

πŸ› οΈ Deployment (Vercel)

  1. Clone or fork this repo
  2. Go to https://vercel.com
  3. Click "Add New Project"
  4. Import your repo
  5. Deploy (no config needed)

Once deployed, your site will be live instantly.

⚠️ Important Notes

  • 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

πŸ“Œ Usage

Just open:

https://your-vercel-url.vercel.app/?id=MOVIE_ID

That’s it. No accounts, no UI clutter β€” just press play.

πŸ’‘ Future Improvements

  • Custom video player UI
  • Subtitles support
  • TV / remote-friendly controls
  • Better error handling

⭐ Support

If you like this project, consider giving it a star ⭐ on GitHub!

Releases

Packages

Contributors

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /