Hello, I am having a few issues with my spider. 1) When scrapping the data I am setting a conditional statement so the scraper will only pull the URL from Active accounts however, when I do this the condition is being ignored. I am aware that the data type is Unicode and have tried converting it to a string but no luck.
2) Following the scrapy tutorial I am have extracted the URL from the page I am crawling however I need to go to the next page to continue scraping but I am not able to get this feature to work and keep getting errors Please see my code below. http://pastebin.com/FtTsMbyN -- 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.
