示例#1
0
 def __init__(self, profile, code):
     BaseGetter.__init__(self, profile, code)
     
     self.code = code.zfill(8)
     self.post_values = self.post_values % self.code
     
     self.packshot_urls = []
     self.image_urls = []
     self.pdf_urls = []
     self.fallback_urls = []