-
Notifications
You must be signed in to change notification settings - Fork 157
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
Filename tokens failing #183
Comments
I have the same issue. I thought it might be a variable problem, so I tried the following code, but it all failed.
|
I thought it was a problem with the version of node.js because I was able to do it before. |
You can bypass this with |
It seems that the tokens for the -o / --output are failing.
In the provided example:
ytdl -o "{author.name} - {title}" "http://www.youtube.com/watch?v=_HSylqgVYQI"
The output filename is saved as:
{author.name} - {title}.mp4
I know the earlier versions of the utility didn't have this issue, but I was looking at the code, and it looks like a fair little bit has changed since I first downloaded ytdl back in April of 2018.
The text was updated successfully, but these errors were encountered: