Fabian, That's likely a javascript triggered data request or page load. It may be that the website loads all the data, and appending the anchor (#2) just swaps out the display. If that's the case, look for the data element with all your data and you're set.
Otherwise, you'll need to reverse engineer the ajax call that gets triggered to load that data. The nice thing is if this works, you don't really need to scrape/extract the page, since the JSON return from the ajax call will already have some structure to it. (No need for HTML -> object, because the ajax call will return JSON which is easy to turn into an object). On Thu, Jul 14, 2016 at 2:44 PM, fabian wolfmann <fawolfm...@gmail.com> wrote: > Hi i was scraping a page and reading the Learning scrapy book. > my issue is when i want to go to nextPage, it has not a link, its just > change the page-number attribute and use that in the javascript to show > others elements. > the page is: > http://www.fravega.com/tv-y-video/tv#3, in the bottom of the page its > have an number of pages and its make just change in /tv#2 for example. > > if any one know how to solve it will be graet for me! > Thanks > Fabian > > -- > You received this message because you are subscribed to the Google Groups > "scrapy-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to scrapy-users+unsubscr...@googlegroups.com. > To post to this group, send email to scrapy-users@googlegroups.com. > Visit this group at https://groups.google.com/group/scrapy-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to scrapy-users+unsubscr...@googlegroups.com. To post to this group, send email to scrapy-users@googlegroups.com. Visit this group at https://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.