Open
Description
I'm running the following example. The target page downloads OK, however none of the linked pages are being downloaded. Is there a configuration flag I can set, to download hyperlinked pages?
`from pywebcopy import save_website
kwargs = {'project_name': 'xxxx-clone-eb'}
save_website(
url='https://xxxxx.com/ARTICLES/xxxx.htm',
project_folder='/Users/xxxx/Documents/Code/xxxxx/EB',
**kwargs
)
`
Metadata
Assignees
Labels
No labels