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/')
评论列表
文章目录