This commit is contained in:
parent
e55a00d1f3
commit
94fec5ef00
@ -13,7 +13,7 @@ from ..config import CACHE_TIMEOUT, IS_DEBUG, REQUESTS_TIMEOUT, TWOCAPTCHA_API_K
|
|||||||
|
|
||||||
scraper = create_scraper(browser={
|
scraper = create_scraper(browser={
|
||||||
'custom': 'ScraperBot/1.0'
|
'custom': 'ScraperBot/1.0'
|
||||||
}, recaptcha=TWOCAPTCHA_API_KEY)
|
}, interpreter='js2py', recaptcha=TWOCAPTCHA_API_KEY)
|
||||||
|
|
||||||
|
|
||||||
class ConnectorReturn(Enum):
|
class ConnectorReturn(Enum):
|
||||||
|
@ -8,5 +8,6 @@ requests==2.23.0
|
|||||||
beautifulsoup4==4.9.1
|
beautifulsoup4==4.9.1
|
||||||
python-dotenv==0.13.0
|
python-dotenv==0.13.0
|
||||||
cloudscraper==1.2.38
|
cloudscraper==1.2.38
|
||||||
|
Js2Py==0.70
|
||||||
polling==0.3.1
|
polling==0.3.1
|
||||||
dateparser==0.7.4
|
dateparser==0.7.4
|
||||||
|
Reference in New Issue
Block a user