Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 284 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 284 Bytes

search_to_csv.py takes an imdb search url (in compact mode) and produces a csv from it.

What's wrong with it. The url requests can throw errors that need to be caught. The csv is not in a ridgid order This scraper doesn't currently get: rating, description. ...Plenty more I'm sure.