Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice committed Feb 8, 2016
1 parent 2df5c4d commit 9da5486
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scraper.py
Expand Up @@ -21,9 +21,6 @@
category_url = root_year.cssselect("dl div[1] a").get('href')
print category_url
break

htmlMovie = requests.get(link).text
rootMovie = lxml.html.fromstring(htmlMovie)



Expand Down

0 comments on commit 9da5486

Please sign in to comment.