示例#1
0
 def __init__(self, db_type=0, cookie_path=r"cookie.txt"):
     RobotParseBase.__init__(self, db_type)
     self.__html=str()
     self.__sid=0
     #self.result=list()
     self.count=0
     self.cookie_path=cookie_path
示例#2
0
 def __init__(self, db_type=0):
     RobotParseBase.__init__(self, db_type)
     self.__html=str()
     #self.set_tag('1989')
     self.result=[]
示例#3
0
 def __init__(self, db_type=0):
     RobotParseBase.__init__(self, db_type)
     self.result=[]