Try this. from simplified_scrapy import Spider, SimplifiedDoc, SimplifiedMain class WebsiteSpider(Spider): name = 'bbc.co.uk' ...
確定! 回上一頁