We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
dr = webdriver.Chrome(options=options) download.py", line 46, 改成這樣試試
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: