diff --git a/scraper.py b/scraper.py index d29398c..c477e64 100644 --- a/scraper.py +++ b/scraper.py @@ -13,7 +13,7 @@ # # Find something on the page using css selectors root = lxml.html.fromstring(html) print root -root.cssselect("div[align='left']") +root.cssselect("div[align='a']") selectthings = root.cssselect("a") print selectthings for i in selecthings: