コード例 #1
0
ファイル: RobotSid.py プロジェクト: peak-crafts/douban-post
 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
ファイル: RobotList.py プロジェクト: peak-crafts/douban-post
 def __init__(self, db_type=0):
     RobotParseBase.__init__(self, db_type)
     self.__html=str()
     #self.set_tag('1989')
     self.result=[]
コード例 #3
0
ファイル: RobotTag.py プロジェクト: peak-crafts/douban-post
 def __init__(self, db_type=0):
     RobotParseBase.__init__(self, db_type)
     self.result=[]