This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| import argparse | |
| import os | |
| import shutil | |
| import subprocess | |
| import sys | |
| import tempfile | |
| from concurrent.futures import ThreadPoolExecutor, as_completed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :::details 上传测试脚本 | |
| `#!/bin/sh | |
| # upload115.sh - wrapper for fake115uploader | |
| # 目录:优先秒传,失败走断点续传(-m + -recursive) | |
| # 文件:优先秒传;>5GB 用 -m,否则用 -u | |
| # | |
| # 依赖:fake115uploader 已安装并在 PATH 中 | |
| # | |
| # 参考: |