KristobalJunta / scrapy-proxymesh-py3

Proxymesh downloader middleware for Scrapy
MIT License
2 stars 0 forks source link

Only takes in 1 proxymesh address #2

Open andrewshrout opened 4 years ago

andrewshrout commented 4 years ago

Is it possible to load multiple of the addresses? I.E - proxymesh us-wa AND world?

I frequently get 503 errors and want to add more than the 10 to the rotation.

Larens94 commented 7 months ago

Hi I'm also having the same problem, I actually saw this commit where it says: "Add proxy rotation and auth support" https://github.com/KristobalJunta/scrapy-proxymesh-py3/commit/f47ec2e8e920e29ce0690968f76279cd816d4a84

I correct..

maybe just put an array on PROXYMESH_URL I'll try it.