Skip 1fichier Wait Time Instant

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

You might also like

Advertisements

Leave A Reply

Your email address will not be published.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More