This commit is contained in:
parent
99a9ad8469
commit
8547976735
@ -13,7 +13,7 @@ from ..config import CACHE_TIMEOUT, IS_DEBUG, REQUESTS_TIMEOUT, TWOCAPTCHA_API_K
|
||||
|
||||
scraper = create_scraper(browser={
|
||||
'custom': 'ScraperBot/1.0'
|
||||
}, interpreter='js2py', recaptcha=TWOCAPTCHA_API_KEY)
|
||||
}, interpreter='js2py', captcha=TWOCAPTCHA_API_KEY, debug=IS_DEBUG)
|
||||
|
||||
|
||||
class ConnectorReturn(Enum):
|
||||
|
Reference in New Issue
Block a user