Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mcvax committed Feb 6, 2015
1 parent 4ec5a94 commit 5e6bec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
pos = 0
#for el in root.cssselect("div[starts-with(@id, 'album')]"):
#for el in root.cssselect("div.#album-99"):
for el in root.cssselect("id[class^="album"])
for el in root.cssselect("id[class^='album']")
#for el in root.cssselect('h1'):

mytest = el.text_content()
Expand Down

0 comments on commit 5e6bec4

Please sign in to comment.