Advertisement
yunjung

twitch

Jan 18th, 2019
1,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.22 KB | None | 0 0
  1. @echo off
  2.  
  3. set /P channel=트위치 채널을 입력하세요:
  4. "C:\경로\youtube-dl.exe" --get-url http://twitch.tv/%channel% >> %channel%.m3u8
  5. "C:\Program Files\DAUM\PotPlayer\PotPlayer64.exe" "%channel%.m3u8"
  6. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement