tpb.py 文件源码

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

项目:autotorrent 作者: anthonyheddings 项目源码 文件源码
def items(self):
        """
        Request URL and parse response. Yield a ``Torrent`` for every torrent
        on page.
        """
        os.system("curl %s -o /tmp.html -s" % str(self.url))
        request = urlopen("file:///tmp.html")
        document = html.parse(request)
        root = document.getroot()
        items = [self._build_torrent(row) for row in
                self._get_torrent_rows(root)]
        for item in items:
            yield item
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号