-1
나는 100 개의 URL을 사용한다고 가정 해 보겠습니다. 10 개의 URL마다 IP를 변경하고 싶습니다.x가 여러 번 반복 된 후 프록시 변경
각 10 개의 URL 후에 사용하려는 프록시가 있습니다. 요청에 해당 프록시를 어떻게 사용합니까?
list = [100URLS items]
proxies ['ip:port','ip:port']
for urls in list:
try:
##request 10 URLS here then it might throw me error.
except:
#After it throws me error, I want to be able to use proxies inside a list something like this and reiterate the same request with a new proxy using requests.