国内节点免费不限速的直链文件床可跑满带宽
电脑版:支持批量上传:
https://gitlab.com/-/project/61295448/uploads/a9a879386e873a9ad996845684081f10/KtDesktopM.zip
阿里云限量代金券 | 此广告位出租25元/月 |
安卓版:
只需要上传完文件,把链接发给其他人,视频点击就能播放,其他文件点击就能下载,无需登录注册,无任何限制
能跑满你电脑的带宽,无限空间
文件长期有效,各位mjj可以传文件链接发评论试试,之前传的是一直有效的
测试文件链接:
python上传例子:
import requests import mimetypes # 获取上传地址 def get_url(): response = requests.get('https://video-oss.vercel.app/link') return response.text def upload_file(file_path): url = get_url() # 打开文件 with open(file_path, 'rb') as f: # 使用 PUT 方法上传文件 requests.put(url, data=f, headers={ 'Content-Type': 'image/jpeg' }) print(f'上传成功: {url}?response-content-type={mimetypes.guess_type(file_path)[0]}') # 改成自己要上传的文件路径 upload_file('image.gif')
相关帖子:https://hostloc.com/thread-1350314-1-1.html
相关文章:https://www.blueskyxn.com/202410/7268.html