Current proxy settings unable to parse by urlparse. Replace it using this strings ``` scraper.proxies.update( { 'http': f'http://{proxy["auth"]}@{proxy["ip"]}', 'https': f'https://{proxy["auth"]}@{proxy["ip"]}' } ) ```
Current proxy settings unable to parse by urlparse. Replace it using this strings