Closed natea closed 11 years ago
I'm guessing the title xpath is incorrect: either because you didn't copy/paste correctly or the wiki site changed it's DOM structure. Take the Title
xpath and go to a wiki page and test that xpath to see if something indeed shows up.
You can use the chrome console to test. Something like this:
$x("//div[@class='my_title']")
Ahh.. thanks. I unchecked the box "From detail page" for the title (Article) object, and used this XPath:
span[@class="l_title"]/a/text()
When I try to run the scraper on the example from the docs, it seems to get stuck scraping an item, and never saves the item to the Django database: