scrapy.Request cannot enter callback
code is as follows:
def isIdentifyingCode(self, response):
""""""
-sharp
pass
def get_identifying_code(self, headers):
-sharp
-sharp
return scrapy.Request(
url="https://www.zhihu.com/api/v3/oauth/captcha?lang=en",
headers=header,
callback=self.isIdentifyingCode,
dont_filter=True)