-- 简化版视频播放器 local gpu = peripheral.wrap("tm_gpu_0") gpu.refreshSize() gpu.setSize(64) local w, h = gpu.getSize() if not fs.exists("speakerlib.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/computer_craft_video_play/raw/branch/main/speakerlib.lua") end server_url = "https://newgmapi.liulikeji.cn" -- 检查命令行参数 local videoUrl = ... if not videoUrl then print("Usage: video_player