Sofiia Antypenko
Sofiia Antypenko
Hi @Jeremytijal 👋 Thank you for reporting an issue. Could you please check if that happens with the latest version 5.2.0? I'll be able to test it by myself later...
Yep, now I see it. The fix works when html response contains a charset in the `content-type` header. In this case there is no charset in the header and it...
I like the idea of getting the encoding from html or css content, it sounds better than using utf8 as default and should not be difficult to do. Most probably...
Hi @zhangciwu Sorry for late response For now it's only possible to download files that are added to html markup. It does not monitor what is loaded dynamically by javascript....
Not sure if games can be target for automated scraping - they are more complex than regular html page I think. As for dymanic content loading by js - looks...
Hey @phawxby Thanks a lot for your PR, I didn't have time to implement such big changes so I'm happy to see your proposal 👍 I definitely need more time...
I tested 3 different temp modes and can confirm that they improve memory usage ✅ To test the modes I created [fake endless website](https://github.com/website-scraper/endless-website) with unique images and links on...
Hi @beije I do not have time to work on this project now so no ETA for nearest future. Contributions are welcome :)
Hey @Pomax You are right, better to document what needs to be done. I've updated initial issue description with more information. Tricky part here is that it will be huge...
Hi @pavelloz Just to clarify - not all files are stored in memory and saved only at the end. When resource has no dependencies - it's saved to directory immediately....