EastMoneySpider icon indicating copy to clipboard operation
EastMoneySpider copied to clipboard

东方财富网股吧爬虫

Results 2 EastMoneySpider issues
Sort by recently updated
recently updated
newest added

```` posts = selector.xpath('//div[@class="articleh normal_post"]') # + selector.xpath('//div[@class="articleh odd"]') for index, post in enumerate(posts): link = post.xpath('span[@class="l3 a3"]/a/@href').extract() if link: if link[0].startswith('/'): link = "http://guba.eastmoney.com/" + link[0][1:] else: link =...

您好,现在这个还可以正常爬到吗,我跑了一下没有内容