You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Your project is really interesting! I was wondering if it was possible to make it follow link within a specific container in the first loaded page? Or manually select which links to follow...
First loaded page ->
----> Container with links that we wanna scrape
We scrape main info here/
----------> Container in the page that contains link that we want to scrape (different then first page)
We scrape the rest of the info here/
Since the links doesn't follow any particularity... (domain.com/abc1, domain.com/cba2)
is it possible to use your project in such a manner?