docs: update readme

This commit is contained in:
Viktor Varland 2025-03-28 13:22:09 +01:00
parent a4a6934dce
commit 9d70d08dc4
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -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`: