File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed
Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1111import requests
1212from requests .exceptions import ConnectionError
1313
14- SSL = 'https://www.sslproxies.org/' ,
15- GOOGLE = 'https://www.google-proxy.net/' ,
16- ANANY = 'https://free-proxy-list.net/anonymous-proxy.html' ,
17- UK = 'https://free-proxy-list.net/uk-proxy.html' ,
18- US = 'https://www.us-proxy.org/' ,
19- NEW = 'https://free-proxy-list.net/' ,
20- SPYS_ME = 'http://spys.me/proxy.txt' ,
21- PROXYSCRAPE = 'https://api.proxyscrape.com/?request=getproxies&proxytype=all&country=all&ssl=all&anonymity=all' ,
14+ SSL = 'https://www.sslproxies.org/'
15+ GOOGLE = 'https://www.google-proxy.net/'
16+ ANANY = 'https://free-proxy-list.net/anonymous-proxy.html'
17+ UK = 'https://free-proxy-list.net/uk-proxy.html'
18+ US = 'https://www.us-proxy.org/'
19+ NEW = 'https://free-proxy-list.net/'
20+ SPYS_ME = 'http://spys.me/proxy.txt'
21+ PROXYSCRAPE = 'https://api.proxyscrape.com/?request=getproxies&proxytype=all&country=all&ssl=all&anonymity=all'
2222PROXYNOVA = 'https://www.proxynova.com/proxy-server-list/'
2323PROXYLIST_DOWNLOAD_HTTP = 'https://www.proxy-list.download/HTTP'
2424PROXYLIST_DOWNLOAD_HTTPS = 'https://www.proxy-list.download/HTTPS'
Original file line number Diff line number Diff line change 1- from setuptools import setup , find_packages
2-
31# read the contents of your README file
42from os import path
3+
4+ from setuptools import find_packages , setup
5+
56this_directory = path .abspath (path .dirname (__file__ ))
67with open (path .join (this_directory , 'README.md' )) as f :
78 long_description = f .read ()
89
910setup (
1011 name = 'Proxy-List-Scrapper' ,
11- version = '0.2.0 ' ,
12+ version = '0.2.1 ' ,
1213 packages = find_packages (),
1314 url = 'https://pypi.org/project/Proxy-List-Scrapper/' ,
1415 license = 'MIT License' ,
You can’t perform that action at this time.
0 commit comments