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

Not downloading any website #66

Closed santoshbs closed 3 years ago

santoshbs commented 3 years ago

I tried the following code:

from pywebcopy import Crawler, config
 config.setup_config(project_url= url,  project_folder= rootd+subd, project_name= 'gan_dis_1', load_css= False, load_images= False, load_javascript= False)
 crawler = Crawler()
 crawler.crawl()

I get the following message: Level 100 :: Queueing download of <84> asset files.

Nothing seems to happen after this. Not sure what I am doing wrong.

rajatomar788 commented 3 years ago

Use newer versions › 6.0.x