Jan Čurn
Jan Čurn
We already have a nice well-tested HTML to text convertor in `Apify.utils`, we can easily use that. See https://sdk.apify.com/docs/api/utils#utils.htmlToText
And what do you need jsdom for?
Have you considered using `utils.htmlToText(html)` from Apify SDK?
Might be done together with https://github.com/apifytech/apify-js/issues/541
Or consider the `#` prefix as hidden, same as in Dataset. Consistency rules
Recently we were discussing lifting of character limits for record names anyway, and figure there aren’t many reasons why not. So we could do this as part of this task....
I'm afraid no progress yet. BTW since we'll be working on some changes in key-value stores anyway, it might be good time to do this...
Well, I think taking screenshots is a super common use case in web scraping, and many pages (especially on mobile) are extremely long (more than 16k pixels), so it might...
For inspiration, you can have a look at the code below. However, for inclusion in Apify SDK, it would need a bit more polishing, unit tests, simpler interface, and documentation....
There are SO many people asking about this all the time. Once we have it in the SDK, we could even it add it as a special feature for our...