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

Tags don't get interpolated: "{author.name}", "{title}". #203

Open
OnkelTem opened this issue Mar 1, 2022 · 1 comment · May be fixed by #205
Open

Tags don't get interpolated: "{author.name}", "{title}". #203

OnkelTem opened this issue Mar 1, 2022 · 1 comment · May be fixed by #205

Comments

@OnkelTem
Copy link

OnkelTem commented Mar 1, 2022

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.

I thought that maybe props are empty, but here is what info command (-i ) shows:

$ <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.

$ ytdl --version
1.4.1
@OnkelTem OnkelTem changed the title Tags don't get interpolated: "{author}", "{title}". Tags don't get interpolated: "{author.name}", "{title}". Mar 1, 2022
@TimeForANinja
Copy link

dup of #183

@TimeForANinja TimeForANinja linked a pull request Mar 5, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants