zhaicongrong

Results 1 comments of zhaicongrong

> @MontaLabidi Your solution worked for me. > > This is how my code looks: > > ```python > class MySuperCrawler(CrawlSpider): > name = 'mysupercrawler' > allowed_domains = ['example.com'] >...