# -*- coding: utf-8 -*- """ ------------------------------------------------- File Name: testProxyFetcher Description : Author : JHao date: 2020/6/23 ------------------------------------------------- Change Activity: 2020/6/23: ------------------------------------------------- """ __author__ = 'JHao' from fetcher.proxyFetcher import ProxyFetcher def test(): # for _ in ProxyFetcher.freeProxy01(): # print(_) # # for _ in ProxyFetcher.freeProxy02(): # print(_) # # for _ in ProxyFetcher.freeProxy03(): # print(_) # # for _ in ProxyFetcher.freeProxy04(): # print(_) # # for _ in ProxyFetcher.freeProxy05(): # print(_) # # for _ in ProxyFetcher.freeProxy06(): # print(_) # # for _ in ProxyFetcher.freeProxy07(): # print(_) # # for _ in ProxyFetcher.freeProxy08(): # print(_) # # for _ in ProxyFetcher.freeProxy09(): # print(_) # for _ in ProxyFetcher.freeProxy13(): # print(_) # for _ in ProxyFetcher.freeProxy14(): # print(_) for _ in ProxyFetcher.freeProxy15(): print(_) if __name__ == '__main__': test()