forked from prinsss/live-stream-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Python 脚本使用教程
subtank edited this page Nov 11, 2018
·
2 revisions
官网地址:https://www.python.org 注意安装时候要安装pip
@echo off
python -m pip install --upgrade pip
pip install streamlink
streamlink
pause
如果最后一行不是提示 ‘streamlink’ 不是内部或外部命令,也不是可运行程序或批处理文件。
即为Streamlink安装成功。
安装不成功请使用VPN进行操作
官网地址:http://ffmpeg.org/ 下载后解压,将bin文件夹内部的ffmpeg.exe拷贝到脚本文件同目录下
右键 --> edit with IDLE --> edit with IDLE x.x 按照提示修改相应参数 双击脚本文件运行即可。