Hi Bill Thank you very much ! Very smart the width="25%"
I think that's whats going on, any js messing with DOM after content loaded. Well, you've solved my problem. Thank you again On 09 Apr 2014, at 17:05, Bill Ebeling <[email protected]> wrote: > I do. I've attached an extremely simple spider that crawls those links. > Hopefully the code will answer your questions, if not, feel free to ask any > more you may have. > > As for why that particular xpath works on the page and not in scrapy shell, > my guess is that the data is loaded in with the webpage, so no AJAX. Then > some js does something to the dom, there's a lot of ads on those pages, so I > wouldn't be surprised. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "scrapy-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/scrapy-users/rvq9fGDPRWI/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/scrapy-users. > For more options, visit https://groups.google.com/d/optout. > <portugal.py> -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
