Skip to content

Web crawler that gives a list of movie with download links from yts.ag according to category

License

Notifications You must be signed in to change notification settings

frfahim/movie_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Web crawler that gives a list of movie with download links from yts.ag according to category

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages