def decrypt(self, pyfile):
#: If we use curl as a user agent, we will get a straight redirect (no waiting!)
self.req.http.c.setopt(pycurl.USERAGENT, "curl/7.42.1")
#: Fetch the target URL
header = self.load(self.pyfile.url, just_header=True, decode=False)
target_url = header.get('location')
self.links.append(target_url)
评论列表
文章目录