애니라이프 추가 및 애니24 수정 2022.09.25
selenium-stealth package import error fixed
This commit is contained in:
@@ -15,7 +15,7 @@ from lxml import html
|
||||
from urllib import parse
|
||||
import urllib
|
||||
|
||||
packages = ["beautifulsoup4", "requests-cache", "cloudscraper", "selenium_stealth"]
|
||||
packages = ["beautifulsoup4", "requests-cache", "cloudscraper", "selenium_stealth", "webdriver_manager"]
|
||||
for package in packages:
|
||||
try:
|
||||
import package
|
||||
|
||||
Reference in New Issue
Block a user