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

selenium-stealth package import error fixed
This commit is contained in:
2022-09-25 17:38:23 +09:00
parent 02a7d33f35
commit 1fa8b3f178

View File

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