Is it correct?

14 views
Skip to first unread message

Joao Daniel

unread,
Apr 8, 2016, 6:34:33 AM4/8/16
to scrapy-users
Hi,

Guys, I'm having some trouble to follow a JavaScript link.

After carefully inspecting the website, I discovered that the current page is present on the URL. 

So I thought in doing a loop the fetch all the pages. Something like that:

for page in range(2, 100):
scrapy.Request(url=site)



I'm a novice but I like to write beautiful code. So my question is:
Is it correct? Is it elegant? Is it beautiful?
Reply all
Reply to author
Forward
0 new messages