Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an unexpected keyword argument 'chrome_options' 是这个参数过时了么还是说有些库版本过高 #111

Open
ByKaweri opened this issue Jun 14, 2023 · 1 comment

Comments

@ByKaweri
Copy link

jable) C:\Users\21019\Downloads\JableTVDownload-main>python main.py
輸入jable網址:https://jable.tv/models/arina-hashimoto/
要轉檔嗎?(y/n)
正在下載影片: https://jable.tv/models/arina-hashimoto/
Traceback (most recent call last):
File "main.py", line 26, in
download(url)
File "C:\Users\21019\Downloads\JableTVDownload-main\download.py", line 46, in download
dr = webdriver.Chrome(chrome_options=options)
TypeError: init() got an unexpected keyword argument 'chrome_options'

@Sniper5224
Copy link

dr = webdriver.Chrome(options=options)
download.py", line 46, 改成這樣試試

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants