Ejemplo n.º 1
0
 def __init__(self, start_link):
     self.start_link = start_link
     self.page_getter = PageGetter()
     self.links = []
     self.product_tabs = [
         'all', 'characteristics', 'review', 'photo', 'comments'
     ]
     self.curr_path_manager = None