diff --git a/scraper.py b/scraper.py index 25caca9..f0a6a5d 100644 --- a/scraper.py +++ b/scraper.py @@ -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)