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!
- 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
- 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
movie_info.txt- Formatted movie informationposter.jpg- Movie poster (when available)backdrop.jpg- Backdrop image (when available)
series_info.txt- Complete series informationepisodes_list.txt- All episodes organized by seasonposter.jpg- Series poster (when available)backdrop.jpg- Backdrop image (when available)
Visit the live demo: https://yourusername.github.io/media-scraper-pro/
- Fork this repository
- Enable GitHub Pages:
- Go to Settings β Pages
- Source: Deploy from branch
- Branch: main / root
- Access your app at
https://[your-username].github.io/media-scraper-pro/
# 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