示例#1
0
文件: install.py 项目: Xifax/ransukan
def download_and_install(file_url):
    file = dl_show_progress(file_url)
    subprocess.call('./' + file)
    os.remove('./' + file)
示例#2
0
文件: parser.py 项目: Xifax/ransukan
def download_freq_html(url, file_path):
    dl_show_progress(url, file_path)
示例#3
0
文件: install.py 项目: Xifax/ransukan
def download_and_install(file_url):
    file = dl_show_progress(file_url)
    subprocess.call('./' + file)
    os.remove('./' + file)