Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 686 Bytes

File metadata and controls

46 lines (30 loc) · 686 Bytes

1n17 Web Scraper 🎬

A simple Python script to search and fetch movie links from UPTVS.


Features

  • Search for movies
  • Fetch titles and download links
  • Handles AJAX requests
  • Colored terminal output and logging

Installation

git clone https://github.com/Sudo-1n17/Movie-Web-Scraper/ && cd Movie-Web-Scraper/
pip install -r requerments.txt

Usage

python main.py

Enter the movie name when prompted. The script will show:

  • Title -> Movie title
  • Download-Link -> Direct URL

Notes

  • Requires internet
  • Depends on the site structure

GitHub: https://github.com/Sudo-1n17