elvisyjlin / media-scraper

Scrapes all photos and videos in a web page / Instagram / Twitter / Tumblr / Reddit / pixiv / TikTok
MIT License
373 stars 49 forks source link

AttributeError: module 'selenium.webdriver' has no attribute 'PhantomJS' #30

Open Giosthebest opened 1 month ago

Giosthebest commented 1 month ago

I have everything installed correctly but I still get this error. How do I fix?

image

image

elvisyjlin commented 1 month ago

Hi @Giosthebest The newer version of Selenium doesn’t support PhantomJS anymore. Please use chromedriver or geckodriver instead.