lab/max/README.md
2025-05-15 07:25:24 +00:00

33 lines
1.0 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🎬 Max.com Movie Scraper (by Mike | DRMLab.io)
An interactive, intelligent, and emoji-enhanced scraper for [https://play.max.com](https://play.max.com), designed to extract movie URLs using multiple modes: browse, genre, or smart search.
---
## 🚀 Features
### 🎛️ Menu Options
- `1⃣` Extract movies from the `/movies` page (supports scroll)
- `2⃣` Perform random searches with smart keywords
- `3⃣` Extract movies by genre (action, comedy, sci-fi, etc.)
- `4⃣` Exit (with session persistence option)
---
### 🧠 Built-in Intelligence
- ✅ Duplicate filtering using `seen_links.txt`
- 💾 Saves movie links to `output_movies/`, 10 per file
- 📜 Supports lazy-loaded content with auto-scroll
- 🔁 Persistent session between operations — no need to restart
- 🎲 Random search words like “love”, “war”, “moon” return diverse results
---
## 📦 Requirements
- Python 3.8+
- Google Chrome
- Selenium
- WebDriver Manager
```bash
pip install selenium webdriver-manager