narkhedesam / Proxy-List-Scrapper

Proxy List Scrapper
https://pypi.org/project/Proxy-List-Scrapper/
MIT License
100 stars 19 forks source link

SPYS.ME returning empty list #8

Closed LeoFCardoso closed 3 years ago

LeoFCardoso commented 3 years ago

Describe the bug When call SPY.ME category, result is empty list

To Reproduce Steps to reproduce the behavior: scrapper = Scrapper(category='SPYS.ME', print_err_trace=True) scrapper_proxies_full = scrapper.getProxies() # Blank result

Expected behavior Proxies populated in result list.

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information): N/A

Additional context I think you should work with "elif" instead of "if" in Scrapper._get() method. Great work, thanks.

narkhedesam commented 3 years ago

Thanks for your report I'm looking into it to fix it ASAP

and also thanks for the suggestions to improve the if condition

LeoFCardoso commented 3 years ago

Working!