Feature: Use cURL to fetch contents instead of file_get_contents. Fixes e.g. archive.is. Since this requires libcurl, I understand if this is not desired.
Bug: Set originalURL when using FixRelativeURLs. This will otherwise insert the default of http://fakehost which will never work (source).
Bug: Remove second call to file_get_contents that previously would overwrite processed data.
file_get_contents
. Fixes e.g. archive.is. Since this requires libcurl, I understand if this is not desired.originalURL
when usingFixRelativeURLs
. This will otherwise insert the default ofhttp://fakehost
which will never work (source).file_get_contents
that previously would overwrite processed data.