No need to have a custom UA now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2020-10-19 23:27:26 +02:00
parent d2d8578c1a
commit 64c3c25c0b
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,7 @@ from requests import RequestException
from ..config import CACHE_TIMEOUT, IS_DEBUG, REQUESTS_TIMEOUT, TWOCAPTCHA_API_KEY
scraper = create_scraper(browser={
'custom': 'ScraperBot/1.0'
}, interpreter='js2py', captcha=TWOCAPTCHA_API_KEY, debug=IS_DEBUG)
scraper = create_scraper(interpreter='js2py', captcha=TWOCAPTCHA_API_KEY, debug=IS_DEBUG)
class ConnectorReturn(Enum):