python scrapy crawler error
世界只因有你
世界只因有你 2017-05-27 17:39:33
0
1
691

python scrapy has no other code error prompts. . . only this

世界只因有你
世界只因有你

reply all(1)
巴扎黑

TypeError has already given a hint. If I guessed correctly, it should be that the url parameter you passed to yield request() is not a string; the url obtained using xpath is a list, remember to follow it with url[0]

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!