From 36f8e7dda6919259b97f70dac4e1337b1d56e4f1 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Tue, 8 Apr 2025 12:35:57 +0200 Subject: [PATCH] docs: update readme with sane defaults --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebd3090..af414df 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ quality = "res:1080" # set the preferred quality output_path_template = "s%(upload_date>%Y)s/%(channel)s.s%(upload_date>%Y)Se%(upload_date>%m%d)S.%(title)s.%(id)s-1080p.%(ext)s" # yt-dlp output template url = "https://www.youtube.com" # full yt url throttle = 5 # throttle yt request, 5s works well -range = "1:5:1" # downloads videos in range 1-5: [START][:STOP][:STEP] +range = "1:5:1" # downloads last 5 videos: [START][:STOP][:STEP] after_date = "20250326" # only download videos after date -cookies_file = "./cookies.txt" # pass user cookies to yt, blank to disable +cookies_file = "" # pass user cookies to yt, blank to disable opml_file = "./opml.xml" # the opml file to use ```