vantoo

Results 1 comments of vantoo

可以写个python脚本实现 先定义一个uid的列表uid_list.txt ``` python import Util def download(uid): # 定义参数 setting = [uid, 'no', 'post', '', '0', 'yes'] # 获取headers headers = Util.Cookies(setting).dyheaders # 获取主页内容 profile = Util.Profile(headers) # 使用参数并下载...