website-scraper / website-scraper-puppeteer

Plugin for website-scraper which returns html for dynamic websites using puppeteer
MIT License
324 stars 80 forks source link

Fix possible wrong encoding #117

Open aivus opened 1 month ago

aivus commented 1 month ago

I checked the website from #103 and found out that it doesn't respond with UTF-8 headers, but utf-8 is only in meta tag of HTML

closes #103