Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
darthblumer opened this issue Oct 25, 2016 · 4 comments

Comments

@darthblumer
Copy link

I've been using this format

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

@darthblumer
Copy link
Author

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

@flijloku
Copy link

flijloku commented Oct 25, 2016

maybe "--twitch-oauth-token"?Or try replace plugin (#1490 (comment)) and then I think this parameter is not needed.

@intact
Copy link
Contributor

intact commented Oct 25, 2016

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants