import requests from time import sleep proxies = [...] # list of proxies for proxy in proxies: try: resp = requests.get('https://1fichier.com/...', proxies='http': proxy, 'https': proxy) if 'wait' not in resp.text: # download logic break except: continue

The leading app for field teams

Badger Maps is a routing & mapping app that automates data collection and uplevels field team performance. From planning your day to managing your territories, Badger optimizes every aspect of the field sales process.

Skip 1fichier Wait Time ^new^ -

import requests from time import sleep proxies = [...] # list of proxies for proxy in proxies: try: resp = requests.get('https://1fichier.com/...', proxies='http': proxy, 'https': proxy) if 'wait' not in resp.text: # download logic break except: continue