chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 582 forks source link

trying to download a twitch vod, but I'm getting an "unrecognized arguments" error #1526

Closed darthblumer closed 7 years ago

darthblumer commented 7 years ago

I've been using this format

livestreamer --twitch-auth-token (token) -o D:\folder\filename.mp4 --hls-segment-threads 4 VODURL best

darthblumer commented 7 years ago

I'm using Mac OSX and I have VLC installed. I'll show an image if that helps

flijloku commented 7 years ago

maybe "--twitch-oauth-token"?Or try replace plugin (https://github.com/chrippa/livestreamer/issues/1490#issuecomment-248632748) and then I think this parameter is not needed.

intact commented 7 years ago

I'm using Mac OSX and I have VLC installed.

this type of path is for Windows only:

D:\folder\filename.mp4

for OSX you can use something like /Users/username/Documents/filename.mp4

darthblumer commented 7 years ago

Hey, thanks so much. I think the problem the path I was using and also the "oauth." Pretty dumb mistakes lol. So you both helped. Seems to be downloading now. Thanks again.