Replies: 1 comment 1 reply
-
Hey! In my case I need to go from "list-page-1" into "list-page-1-1" (subpage) and then into "single page n" where links are not possible to predict like in #38. Do you know if there is any way to do it using flyscrape? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After my issue with
.split()[]
#32 and coincidently the release of YouTube video 'Introduction to Flyscrape', I have come to the realization that I usedfollow, depth, allowedURLs/blockedURLs
differently than Flyscrape intends to.Flyscrape follow
As evident in documentation and shown in YouTube video 'Introduction to Flyscrape', the final page being scraped is a list page.
How I was using it
What I was doing is using URL pagination #38 +
follow
, so the final page being scraped is a single pageMy question is, have I understood it correctly? Am I missing something? Without hack #38, Flyscrape can only go one step, from
url
to list-page?Beta Was this translation helpful? Give feedback.
All reactions