elvisyjlin / media-scraper

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

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

Open Giosthebest opened 3 months ago

Giosthebest commented 3 months ago

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

image

image

elvisyjlin commented 3 months ago

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