Removed post.user variable.

This commit is contained in:
2024-09-11 05:16:58 +02:00
parent e1a57a07a3
commit 9140b58c70
4 changed files with 18 additions and 22 deletions

View File

@@ -95,7 +95,6 @@ Path patterns dictate where and how a file will be saved. Various variables and
##### Post
* `{post.id}`: The ID of the reddit post
* `{post.title}`: The title of the reddit post
* `{post.user}`: The user that submitted the post, almost always equivalent to the `--user` command line argument
* `{post.date}`: The submission date of the reddit post, formatted by the `dateFormat` configuration described below
* `{post.index}`: The index of the post according to the sort method
* `{post.score}`: The current karma score of the post