-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
I saw that there is a possibility to "embed" a website from a URL.
However, this embedding is done only with depth 0, that is, it only scrapes the page given in the url.
This means that if I have a tree structured site with depth 3, it is not possible to do the scraping and then embedding recursively by taking all the pages.
Is this a bug or is it intended?
Is there any plans to develop this functionality, if any?
Or has something already been done?
I don't know if it is possible, but I might as well implement this feature myself and then merge it.
Vigilence and vrijsinghani