htmlark icon indicating copy to clipboard operation
htmlark copied to clipboard

Improve handling of absolute paths

Open dagostinelli opened this issue 4 years ago • 0 comments

Given an HTML file containing a css resource using an aboslute path: <link rel=stylesheet href=/css/site.css>

Result:

$ htmlark mypage.html
**SS: Error reading '/css/site.css': No such file or directory
Unable to convert webpage: [Errno 2] No such file or directory: '/css/site.css'**

I think htmlark should be able to handle this better.

dagostinelli avatar Feb 28 '20 21:02 dagostinelli