bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
578 stars 60 forks source link

Fix Selenium headless invokation #106

Closed GalenReich closed 1 year ago

GalenReich commented 1 year ago

Closes #103

Selenium has removed support for the headless option, this PR changes the archiver to use the new --headless argument.

They talk about the change on their blog, and made the change in this commit.

This should be tested before merging.