fetcher.py 文件源码

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

项目:hls-player 作者: weimingtom 项目源码 文件源码
def _download_page(self, url, path):
        # client.downloadPage does not support cookies!
        def _check(x):
            logging.debug("Received segment of %r bytes." % len(x))
            return x

        d = self._get_page(url)
        d.addCallback(_check)
        return d

        return d
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号