View Single Post
Old 05-16-2014, 04:44 AM   #3
adfadfsasdfafafd
Enthusiast
adfadfsasdfafafd has learned how to buy an e-book online
 
Posts: 27
Karma: 76
Join Date: May 2014
Device: Kindle 3
OK, I just spent an hour looking into this (from scratch - I'm not a programmer...), and I think I have a fix: just replace (in the stable recipe)

Quote:
for item in soup.findAll('div', attrs={'class':'cornerControls'}):
with

Quote:
for item in soup.findAll('div', attrs={'class':'js_title_row title_row'}):
adfadfsasdfafafd is offline   Reply With Quote