def __init__(self, sf='jobs'): BasicRequests.__init__(self) self._main_url = 'http://www.zjsfgkw.cn/Document/JudgmentBook' self._court_search_url = 'http://www.zjsfgkw.cn/Judges/GetCountByCountId' self._book_search_url = 'http://www.zjsfgkw.cn/document/JudgmentSearch' self.start_date = '19700101' self.end_date = time.strftime('%Y%m%d', time.localtime()) self.save_file = sf
def __init__(self): BasicRequests.__init__(self) self.url = 'http://www.shenpan.cn/cpws/writopenlist.aspx?typeString=' self.params = {} self.count = 0
def __init__(self): BasicRequests.__init__(self) self._url_format = 'http://gaokao.chsi.com.cn/zyk/pub/myd/schAppraisalTop.action?start=%d' self._url_format2 = 'http://gaokao.chsi.com.cn/zsgs/zhangcheng/listVerifedZszc--method-index,lb-1,start-%d.dhtml' self._schools = []
def __init__(self): BasicRequests.__init__(self) self.url = 'http://www.ftcourt.gov.cn/cpwspt/writopenlist.aspx?cls=0' self.params = {} self.count = 0
def __init__(self): BasicRequests.__init__(self) self.session = requests.Session()
def __init__(self, url): BasicRequests.__init__(self) self.url = url
def __init__(self): BasicRequests.__init__(self)
def __init__(self): BasicRequests.__init__(self) self.select_user_agent('firefox') self.mainpage = "https://s.nacao.org.cn/"
def __init__(self): BasicRequests.__init__(self) #self.info = "Developer=en1f6%2fhZ%2bU83YaiOGnLlpw%3d%3d" self.baseurl = "http://xapi.83r.com" self.token = '' self.balance = 0