rajatomar788 / pywebcopy

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

Problem with paths with _ on them #119

Closed jose-pr closed 11 months ago

jose-pr commented 11 months ago

Was trying to download https://ipxe.org and found that _ on paths was being removed. Example: http://ipxe.org/_media/logos/ipxe-small.png being saved under /media/..

rajatomar788 commented 11 months ago

@jose-pr this is path sanitisation algorithm. It is an security feature to prevent any harm to you computer files. Your use case is just an side effect of it.