Skip to content

How to clone linked pages? #63

Open
@rstmsn

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions