davidfstr / Crystal-Web-Archiver

Downloads websites for long-term archival.
http://dafoster.net/projects/crystal-web-archiver
60 stars 5 forks source link

Allow treating URLs found inside <script> tags with an image file extension as NON-embedded #107

Open davidfstr opened 1 year ago

davidfstr commented 1 year ago

URLs found inside <script> tags with an image file extension like .jpg or .png are assumed Crystal to be embedded by default, meaning that they will be automatically downloaded as an embedded-subresource when its referencing HTML resource is downloaded.

Sometimes when downloading a particular Resource Group within a Project, there is a desire to NOT assume such URLs are embedded, because (1) they are in fact not embedded for the pages in the group and (2) the user doesn't want to spend time downloading these resources up front.

Suggested remediations:

Priority: Low

See related screenshots at: