示例#1
0
def LIST():
        if os.path.exists(DownloadFile):
                DownloadLog=re.compile('{name="(.+?)",destination="(.+?)"}').findall(open(DownloadFile,'r').read())
                for name,video in reversed(DownloadLog):
                    main.addDLog(name,video,242,'','','','','','')
示例#2
0
def LIST():
        if os.path.exists(DownloadFile):
                DownloadLog=re.compile('{name="(.+?)",destination="(.+?)"}').findall(open(DownloadFile,'r').read())
                for name,video in reversed(DownloadLog):
                    main.addDLog(name,video,242,'','','','','','')