I\'m trying to write a very simple spider, following is my sample code:
class MySpider(scrapy.Spider): allowed_domains = [xxxx] base_url = \'http://xx