justinlittman / fb-ad-archive-scraper

Scraper for Facebook's Archive of Ads with Political Content
MIT License
35 stars 11 forks source link

Search bar obstructing ad creative #3

Closed jakelowen closed 6 years ago

jakelowen commented 6 years ago

First off, Amazing code. Thank you! All the screenshots are obstructed near the top by the search bar.

Is there a way to modify CSS to hide that search bar before taking a screenshot?

See image: image

It appears the search bar is contained in div with class of "_k _1a1e". Might it be as simple as modifying its display attribute from block to hidden?

image

justinlittman commented 6 years ago

Aware of this and working on a fix.

jakelowen commented 6 years ago

Sorry to be a pest, but I'd love to use this library on an upcoming project. If you want to describe the general approach you are considering to fix this and the CSV issue I am happy to work on it and submit a pull request. I have myself and another dev that could help.

justinlittman commented 6 years ago

Sorry for the delay, but I just started a new job. This should be fixed now.