Streamlink 설치하기
MacOS의 경우
streamlink는 MacOS용 패키지 매니저인 homebrew를 통해서 설치한다.
[Homebrew 설치하기 따라하기➡️]
homebrew 설치가 완료되었다면,
Finder > 응용 프로그램 > 유틸리티 > 터미널 열고 아래와 같이 streamlink install 명령어를 입력한다.
brew install streamlink
터미널에서 자동 설치 명령어들이 멈추면 설치가 완료되고 사용 가능하다.
Windows의 경우
자신의 운영체제에 맞는 Windows버전의 streamlink 설치한다.
운영체제 별 다운로드 버전은 아래와 같다.
- Latest Python – x86_64 (64 bit) – recommended
- Latest Python – x86 (32 bit)
- Python 3.8 – x86_64 (64 bit) – for Windows 7
- Python 3.8 – x86 (32 bit) – for Windows 7
Streamlink 명령어
기본 명령어
streamlink <URL> [STREAM][OPTIONS] -o "파일경로\파일명.확장자"
<URL>은 추출이나 다운로드 하고자 하는 스트리밍 URL
[STREAM]은 추출하고자 하는 영상의 퀄리티를 선택. 옵션예) 720p, 480p, worst, best
[OPTIONS]는 output의 명령어와 함께 파일경로/파일명.확장자를 입력.
파일 출력 코드 예:
streamlink https://www. best -o folder_path/file_name.ts
Related Articles
Leave a Reply