tpb.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:autotorrent 作者: anthonyheddings 项目源码 文件源码
def info(self):
        if self._info is None:
            request = urlopen(str(self.url))
            document = html.parse(request)
            root = document.getroot()
            if root.cssselect('#details > .nfo > pre') != []:
                info = root.cssselect('#details > .nfo > pre')[0].text_content()
            else:
                info = None
            self._info = info
        return self._info
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号