Beta 10.3 Update 2019.6.20

This commit is contained in:
wenead99
2019-06-21 00:03:43 +08:00
committed by GitHub
parent 2747be4a21
commit b5a23fe430
4 changed files with 58 additions and 51 deletions

View File

@@ -3,6 +3,20 @@ import os
import time
import re
import sys
from ADC_function import *
import json
version='0.10.3'
def UpdateCheck():
html2 = get_html('https://raw.githubusercontent.com/wenead99/AV_Data_Capture/master/update_check.json')
html = json.loads(str(html2))
if not version == html['version']:
print('[*] * New update '+html['version']+' *')
print('[*] * Download *')
print('[*] '+html['download'])
print('[*]=====================================')
def movie_lists():
#MP4
@@ -48,6 +62,10 @@ def rreplace(self, old, new, *max):
return new.join(self.rsplit(old, count))
if __name__ =='__main__':
print('[*]===========AV Data Capture===========')
print('[*] Version '+version)
print('[*]=====================================')
UpdateCheck()
os.chdir(os.getcwd())
for i in movie_lists(): #遍历电影列表 交给core处理
if '_' in i: