save HTML file using crawlee
Has anybody tried downloading the HTML file of the URL using Crawlee? Was wondering if Crawlee has a capacity of downloading the HTML file of the URL since I've just been using Crawlee and really loving the experience.
await store.setValue('my-html', $.html('html'), { contentType: 'text/html' });<body>
...
...
<div class="item-list">
<div class="item">
<div class="product-label"></div>
<div class="product-image"></div>
<div class="product-cost"></div>
</div>
<div class="item">
<div class="product-label"></div>
<div class="product-image"></div>
<div class="product-cost"></div>
</div>
...
...
</div> <!-- end item-list -->
...
...
<div class="testimonials">
...
...
...
<div>
</body>