애니라이프 추가 및 애니24 수정 2022.09.25

selenium-stealth package import error fixed
This commit is contained in:
2022-09-25 17:41:42 +09:00
parent 1fa8b3f178
commit 507a5b9053

View File

@@ -15,7 +15,7 @@ from lxml import html
from urllib import parse from urllib import parse
import urllib import urllib
packages = ["beautifulsoup4", "requests-cache", "cloudscraper", "selenium_stealth"] packages = ["beautifulsoup4", "requests-cache", "cloudscraper", "selenium_stealth", "webdriver_manager"]
for package in packages: for package in packages:
try: try:
import package import package