From 9d70d08dc4c74e3b120804f8b5e79477a32e6bde Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Fri, 28 Mar 2025 13:22:09 +0100 Subject: [PATCH] docs: update readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe30126..e8e63ee 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,16 @@ `config.toml`: ```toml -dry_run = true -out_dir = "./vids" +dry_run = true # set to `false` for real run +out_dir = "./vids" # path to archive vids [provider] [provider.youtube] -url = "https://www.youtube.com" -throttle = 1 -video_items = 5 -after_date = "20250326" +cmd = "./yt-dlp" # path to yt-dlp binary +url = "https://www.youtube.com" # full yt url +throttle = 1 # throttle yt request +range = "1:5:1" # [START][:STOP][:STEP] +after_date = "20250326" # not in use ``` `subs-opml.xml`: