iw4p / proxy-scraper

scrape proxies from more than 5 different sources and check which ones are still alive
MIT License
504 stars 126 forks source link

Pip modules (beautiful soup) #2

Closed USBBios closed 1 year ago

USBBios commented 3 years ago

beautiful soup 3 won't work we'll need to use soup4. If you could, update the whole proxy-scraper :D so we could use tha latest modules. Thank you!

iw4p commented 3 years ago

Hello, In the code, I used bs4 and I had beautifulsoup4 4.8.1 installed on my OS, I just now change the requirement file to install beautifulsoup4 instead of BeautifulSoup and it works fine, try again, and if you still had a problem tell me.