Movie finder scraper crwal YTS.AG movie torrent site. Output a list of movie according to movie quality, genre, rating and order by.
pip install scrapy
scrapy crawl finder -o output.csv
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.
- 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.