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 also fixes an issue where the title is overwritten by the description because of a typo, and disables the need to loop through the meta tags again to find a description if the meta tag attribute is 'name' instead of 'property'.
The text was updated successfully, but these errors were encountered:
Awesome library! I like the simplicity of it and the ability to modify it with my own parsers and what not.
I noticed that the default parser doesn't fetch data from facebook due to the meta tags using "name" instead of "content"
A quick fix:
I double checked this against this Go script which does the same thing: https://github.com/badoux/goscraper/blob/master/goscraper.go
This also fixes an issue where the title is overwritten by the description because of a typo, and disables the need to loop through the meta tags again to find a description if the meta tag attribute is 'name' instead of 'property'.
The text was updated successfully, but these errors were encountered: