fent / fent/node-ytdl

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

Open
#203 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
154
PR merge metrics
No merged PRs in 30d

Description

I run ytdl as:

```
$ ytdl -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:

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.