1
0
forked from Mike/lab
lab/prime/README.md
2025-05-16 13:06:06 +00:00

42 lines
1.2 KiB
Markdown
Raw Permalink 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.

# 🎬 Amazon Prime Video Scraper (by Mike | DRMLab.io)
An intelligent and interactive Python scraper for [https://www.primevideo.com](https://www.primevideo.com), designed to extract movie and series links via storefront, genre, or keyword search.
---
## 🚀 Features
### 🎛️ Menu Options
- `1⃣` Extract from the main storefront
- `2⃣` Search by keyword (manual or random)
- `3⃣` Browse by genre (Action, Comedy, Drama, etc.)
- `4⃣` Exit
---
### 🧠 Built-in Intelligence
- ✅ Duplicate link filtering using `seen_links_prime.txt`
- 🎬 Shows movie title (`alt`, `title`, or inner text)
- 📜 Full page scroll support (lazy loading)
- 💾 Saves links in `output_prime/` folder (10+ per file)
- 🕐 Timestamped filenames (e.g. `prime_search_war_20250516_184030.txt`)
- 📊 Shows number of new links and skipped duplicates
- 🧾 Writes to `log.txt` after each scan
---
## 📦 Requirements
- Python 3.8+
- Google Chrome (installed)
- Selenium
- WebDriver Manager
```bash
pip install selenium webdriver-manager
🔮 Planned Features
• 🔐 Profile selection support
• 🍪 Cookie-based auto-login
• 📥 Integration with vt dl for automated downloads
• 📈 More metadata per movie (poster, description, etc.)