Exemplo n.º 1
0
 def __init__(self):
     self.base_url = 'http://index.baidu.com/api/SocialApi/baseAttributes?wordlist[]='
     self.operator = mysql_operator.MysqlOperator()
Exemplo n.º 2
0
 def __init__(self):
     self.base_url = 'https://movie.douban.com/j/new_search_subjects?sort=U&range=0,10&tags=%E7%94%B5%E5%BD%B1&start=-&year_range=2020,2020'
     self.operator = mysql_operator.MysqlOperator()
Exemplo n.º 3
0
 def __init__(self):
     self.rating_url = 'http://piaofang.maoyan.com/movie/-/audienceRating'
     self.wanted_url = 'http://piaofang.maoyan.com/movie/-/wantindex'
     self.operator = mysql_operator.MysqlOperator()
Exemplo n.º 4
0
 def __init__(self):
     self.base_url = 'http://piaofang.maoyan.com/movie/-/boxshow'
     self.operator = mysql_operator.MysqlOperator()
Exemplo n.º 5
0
 def __init__(self):
     self.base_url = 'https://maoyan.com/films/'
     self.poster_path = os.path.dirname(os.path.abspath('..')) + '\\Resources\\MaoyanFilmPosters\\'
     self.operator = mysql_operator.MysqlOperator()
Exemplo n.º 6
0
 def __init__(self):
     self.base_url = 'https://movie.douban.com/subject/-/'
     self.operator = mysql_operator.MysqlOperator()