You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly thank you for working on this library! It's a big help!
I was using your library to scrap some old sites with node fetch and came across a strange issue.
While scraping this site specifically, I got this error out of iconv:
Error: Encoding not recognized: 'visual' (searched as: 'visual')
This was caused by this tag in one the subframes(which I also scrap) in the page:
Firstly thank you for working on this library! It's a big help!
I was using your library to scrap some old sites with node fetch and came across a strange issue.
While scraping this site specifically, I got this error out of iconv:
This was caused by this tag in one the subframes(which I also scrap) in the page:
A solution would be to check if the meta content tag hold garbage data before committing to it.
Sample code to reproduce:
The text was updated successfully, but these errors were encountered: