rajatomar788 / pywebcopy

Locally saves webpages to your hard disk with images, css, js & links as is.
https://rajatomar788.github.io/pywebcopy/
Other
527 stars 106 forks source link

Hangs in involuntary places. Using a basic example. #54

Closed Salim9304 closed 2 years ago

Salim9304 commented 4 years ago

1) pip3 install pywebcopy 2) from pywebcopy import save_webpage

kwargs = {'project_name': 'some-fancy-name'}

save_webpage( url='https://fantlab.ru/', project_folder='downloads', **kwargs ) 3) Hangs either on js or on saving icons.

OS GNU/LInux Debian. python 3.7

rajatomar788 commented 4 years ago

You should take a look at #46 for more discussions.