···6262 Request(url=self.website_pubchem[:-2].replace("\\", "") + self.data_url % cid, callback=self.parse_data))
6363 return requests
64646565- @staticmethod
6666- def parse_data(response):
6565+ def parse_data(self, response):
6766 """
6867 Parse data found in 'Chemical and Physical properties' part of a substance page.
6968 :param response: The response with the page to parse