Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.33 KB

Movie Finder

Movie finder scraper crwal YTS.AG movie torrent site. Output a list of movie according to movie quality, genre, rating and order by.

Installation

pip install scrapy

Usage

scrapy crawl finder -o output.csv

After crawling, data will save in output.csv file.

You can save data others formats also like json, xml etc. Just change file type in crawler command.

This scraper crawl Biography movie that has 8+ rating. To crawl others category go yts.ag and select all category that you want and search. Then copy the url from urlbar and paste it into finder.py file in start_urls line 16. And run the crawling command again.

Output

  • Movie name
  • Release year
  • Likes
  • Rotten
  • Tomatoes Critics
  • Rotten Tomatoes Audience
  • IMDB
  • Download links
    • 3D
    • 720P
    • 1080P

This data will be in csv file. See a demo output file here

N.B: This is an educational purpose project. Commercial use of the YTS.AG data may require permission from the authority.