1
0
forked from Mike/lab
update
This commit is contained in:
Mike 2025-05-15 07:25:24 +00:00
parent db703d6ed6
commit d14d2089e5

33
max/README.md Normal file
View File

@ -0,0 +1,33 @@
# 🎬 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