示例#1
0
 def fetch_history_urls_from_profile(self, profile_url):
     response = self.__get_and_unlock(profile_url,
                                      unlock_function=self.__unlock_wechat,
                                      identify_image_callback=self.identify_image_callback_by_hand)
     return Parser.parse_urls_from_profile(response.text)