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

Relative links #52

Closed danielfaulknor closed 4 years ago

danielfaulknor commented 4 years ago

I'm trying to download a webpage where the links are relative (for example an href may point to main/ where it's actually [site being crawled]/folder/main but we lose the /folder bit. Is there a way to append the parent URL?

rajatomar788 commented 4 years ago

can you give more details? paste the log from the console.

the library tries to recreate the structure reported by the site. So the bits should not be missing.

danielfaulknor commented 4 years ago

Apologies, it looks like an issue on my end