We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I run ytdl as:
$ ytdl <URL> -o "{author.name} - {title}"
and resulting file gets a name of '{author.name} - {title}.mp4' so no interpolation takes place.
'{author.name} - {title}.mp4'
I thought that maybe props are empty, but here is what info command (-i ) shows:
-i
$ <URL> -q 247 -i title: My Trip From ... author: Coac... avg rating: undefined ...
Maybe {author.name} was wrong and I should have used {author} instead, but title was not substituted as well.
{author.name}
{author}
$ ytdl --version 1.4.1
The text was updated successfully, but these errors were encountered:
dup of #183
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I run ytdl as:
and resulting file gets a name of
'{author.name} - {title}.mp4'
so no interpolation takes place.I thought that maybe props are empty, but here is what info command (
-i
) shows:Maybe
{author.name}
was wrong and I should have used{author}
instead, but title was not substituted as well.The text was updated successfully, but these errors were encountered: