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
While working with your library, I noticed that content can be extracted from a site by passing the response text to the extract() function. However, I found that the sitemap_search() function only supports directly passing a URL to the sitemap, which can be problematic in environments with limited internet access (e.g., behind a proxy). I expected a similar behavior to the following snippet:
While working with your library, I noticed that content can be extracted from a site by passing the response text to the
extract()
function. However, I found that thesitemap_search()
function only supports directly passing a URL to the sitemap, which can be problematic in environments with limited internet access (e.g., behind a proxy). I expected a similar behavior to the following snippet:Please let me know if this is something that could be implemented in the future.
The text was updated successfully, but these errors were encountered: