Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 545 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 545 Bytes

Python Movie Info Web Crawler

Requirements

Libraries: urllib2 bs4 chardet

Getting movies with highest score on Douban.com

Scraping douban movie web site with an indicated region to collect films with highest score in this moment.

score.py

Getting movies with associated download URLs on Dytt8.movie

Scraping dytt8 movie web site with an indicated region to collect all the films with associated download URLs.

url.py