A simple Python script to search and fetch movie links from UPTVS.
- Search for movies
- Fetch titles and download links
- Handles AJAX requests
- Colored terminal output and logging
git clone https://github.com/Sudo-1n17/Movie-Web-Scraper/ && cd Movie-Web-Scraper/pip install -r requerments.txtpython main.pyEnter the movie name when prompted. The script will show:
- Title -> Movie title
- Download-Link -> Direct URL
- Requires internet
- Depends on the site structure
GitHub: https://github.com/Sudo-1n17