main.py 文件源码

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

项目:YoutubeTV 作者: dude56987 项目源码 文件源码
def __init__(self):
        '''
        This object loads up the youtubeTV session for
        cache functionality and automated work.
        '''
        # create the video cache for this session
        self.cache=tables.table(_datadir+'cache/')
        # cache timer
        self.timer=tables.table(_datadir+'timer/')
        # load the channels cache
        self.channelCache=tables.table(_datadir+'channelCache/')
        # playlist cache
        self.playlistCache=tables.table(_datadir+'playlistCache/')
        # channel blocklist
        self.channelBlocklist=tables.table(_datadir+'channelBlocklist/')
        # webpage cache
        self.webCache=tables.table(_datadir+'webCache/')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号