An interactive, intelligent, and emoji-enhanced scraper for https://play.max.com, designed to extract movie URLs using multiple modes: browse, genre, or smart search.
1οΈβ£Extract movies from the/moviespage (supports scroll)2οΈβ£Perform random searches with smart keywords3οΈβ£Extract movies by genre (action, comedy, sci-fi, etc.)4οΈβ£Exit (with session persistence option)
- β
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
- Python 3.8+
- Google Chrome
- Selenium
- WebDriver Manager
pip install selenium webdriver-manager