kevinzg / facebook-scraper

Scrape Facebook public pages without an API key
MIT License
2.44k stars 632 forks source link

Empty Likes, when my user liked the post #342

Open vitovt opened 3 years ago

vitovt commented 3 years ago

If user, which cookies I use, liked post it looks like

You and 7 others

instead of just number

and script returns Empty string.

When there is 0 likes - it returns 0, as should.

neon-ninja commented 3 years ago

Try this - https://github.com/kevinzg/facebook-scraper/commit/a6439adad4ab11aed6cc5b77e6f06cd8d78a6c91

vitovt commented 3 years ago

Looks like a solution. I'll try it later and anser.