From ef82387f84456751ea5f49e2c9f8039921ce1190 Mon Sep 17 00:00:00 2001 From: Piotr Migdal Date: Sun, 27 Mar 2022 20:49:28 +0200 Subject: [PATCH] underscores in YAML --- opts_example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opts_example.yaml b/opts_example.yaml index 91952e4..22fca7d 100644 --- a/opts_example.yaml +++ b/opts_example.yaml @@ -1,9 +1,9 @@ skip: [mp4, avi, mov] -file-scheme: "{UPVOTES}_{REDDITOR}_{POSTID}_{DATE}" +file_scheme: "{UPVOTES}_{REDDITOR}_{POSTID}_{DATE}" limit: 10 sort: top time: all -no-dupes: true +no_dupes: true subreddit: - EarthPorn - CityPorn