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
This is my code for parsing url:
// Get plain text content
plain, err := html2text.FromString(string(bodyBytes), html2text.Options{PrettyTables: true})
I got error:
signal: killed
It works pretty well on many other links. Thanks a lot, great job!!!
The text was updated successfully, but these errors were encountered:
Bug downloading url: http://eppi.ioe.ac.uk/cms/Projects/DepartmentofHealthandSocialCare/Publishedreviews/COVID-19Livingsystematicmapoftheevidence/tabid/3765/Default.aspx
This is my code for parsing url:
// Get plain text content
plain, err := html2text.FromString(string(bodyBytes), html2text.Options{PrettyTables: true})
I got error:
signal: killed
It works pretty well on many other links. Thanks a lot, great job!!!
The text was updated successfully, but these errors were encountered: