httrack icon indicating copy to clipboard operation
httrack copied to clipboard

HTTrack cannot parse the HTML tag: "source"

Open Traveller23 opened this issue 1 year ago • 0 comments

Test page: https://docs.unrealengine.com/5.1/en-US/getting-started-with-umg-for-unreal-engine/

<picture>
    <source data-srcset="./../../Images/placeholder_topic.webp" srcset="./../../Images/placeholder_topic.webp">
    <img class=" lazyloaded" alt="placeholder_topic.png" data-src="../../Images/placeholder_topic.jpg" src="../../Images/placeholder_topic.jpg">
</picture>

HTTrack cannot parse the "source" tag, so the image "placeholder_topic.webp" will not be downloaded.

Traveller23 avatar Nov 30 '22 09:11 Traveller23