3
I’m not a python programmer, but I’m trying to work with the Scrapy application.
The above example is what I need, this runs in extension of Chrome.
To explain, I need the post and all available information. In the case of the Post, the categories have some information (Short Desc, and others) and information in the Post (Long Desc). They are different information from the same Post.
My doubt is in the process, in the first loop I have Posts that need information from a Second Request, that after the parse Extract would have the information.
Thus remaining
Post.short_desc = ['xxxx'] ¹ loop
Post.long_desc = ['xxx'] return ² loop
How do I do this?
Now that complicates a little. Because within the Second Loop, I need to add the Categories,Tags in the queue to be processed.
Fila.lista -> Add -> Url
How do I do this?
I don’t know how to accomplish this, if you can help me. Thank you
Thanks Elias. You understood perfectly what I said. I really saw few tutorials, I ran some and others, but all were without following. I believe that now
– Luiz Brz Developer
@Luiz Legal! Anything, keep asking here. :)
– elias
Young Vlw, thanks to your reply I managed to solve a mistake that was fucking me here
– joao paulo santos almeida