Skip to content

ByteFlowCmd/Media-Scraper-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎬 Media Scraper Pro

Live Demo License TMDB API GitHub Pages

A modern, responsive web application for searching and downloading movie and TV series information. Built with vanilla JavaScript, Alpine.js, and Tailwind CSS - no backend required!

Media Scraper Pro Screenshot

✨ Features

🎯 Core Functionality

  • Dual Mode Operation: Switch seamlessly between Movies and TV Series
  • Smart Search: Search by title with optional year filtering
  • Batch Processing: Load multiple titles from text files
  • Bulk Downloads: Download single or multiple items as organized ZIP files
  • Rich Metadata: Comprehensive information including cast, crew, ratings, and more

🎨 User Experience

  • Modern Dark UI: Professional dark theme with color-coded sections
  • Responsive Design: Works perfectly on desktop, tablet, and mobile
  • Real-time Status: Live status updates and progress indicators
  • Smart Caching: Cached results for improved performance
  • Instant Preview: Detailed modal views with posters and complete information

πŸ“¦ Download Contents

Movies Include:

  • movie_info.txt - Formatted movie information
  • poster.jpg - Movie poster (when available)
  • backdrop.jpg - Backdrop image (when available)

TV Series Include:

  • series_info.txt - Complete series information
  • episodes_list.txt - All episodes organized by season
  • poster.jpg - Series poster (when available)
  • backdrop.jpg - Backdrop image (when available)

πŸš€ Quick Start

Option 1: Use Hosted Version

Visit the live demo: https://yourusername.github.io/media-scraper-pro/

Option 2: Self-Host

  1. Fork this repository
  2. Enable GitHub Pages:
    • Go to Settings β†’ Pages
    • Source: Deploy from branch
    • Branch: main / root
  3. Access your app at https://[your-username].github.io/media-scraper-pro/

Option 3: Run Locally

# Clone the repository
git clone https://github.com/yourusername/media-scraper-pro.git

# Navigate to directory
cd media-scraper-pro

# Open in browser
open index.html
# or use a local server
python -m http.server 8000
# then visit http://localhost:8000

About

Modern web-based movie and TV series information scraper with bulk download capabilities. Search, view, and download media metadata from TMDB API directly in your browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages