JustAnotherArchivist / snscrape

A social networking service scraper in Python
GNU General Public License v3.0
4.31k stars 698 forks source link

Facebook "Ignoring odd link: #" #33

Closed JustAnotherArchivist closed 5 years ago

JustAnotherArchivist commented 5 years ago

Scraping https://www.facebook.com/petroporoshenko/ produces lots of

WARNING  snscrape.modules.facebook  Ignoring odd link: #

snscrape already handles those href="#" links in one particular case (user added photos to an album), but it looks like there are others. I haven't looked into what's the reason on this particular profile yet.

JustAnotherArchivist commented 5 years ago

These were media sets and fixed by 64b293bd.