コード例 #1
0
ファイル: ProxySupporter.py プロジェクト: yangmingsong/python
 def startUrlList(self):
     DL = DownLoader("http://www.blackhatworld.com/blackhat-seo/f103-proxy-lists/")
     src = DL.highOrderUrllib2()
     d = pq(src)
     topicLink = d.find(".inner .threadtitle a")
     startUrl = [pq(item).attr("href") for item in topicLink[2:]]
     return startUrl