machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
205 stars 13 forks source link

Relative links are not written correctly in the metadata #94

Closed machawk1 closed 7 years ago

machawk1 commented 7 years ago

If a web page contains: <img src="../images/someImage.png">

The entry in the metadata WARC record will read: outlink: http://thedomain.com/some/path/../images/someImage.png E =EMBED_MISC

The "/../" should be resolve, not included.