docs: update readme
This commit is contained in:
parent
a4a6934dce
commit
9d70d08dc4
13
README.md
13
README.md
|
|
@ -5,15 +5,16 @@
|
||||||
`config.toml`:
|
`config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
dry_run = true
|
dry_run = true # set to `false` for real run
|
||||||
out_dir = "./vids"
|
out_dir = "./vids" # path to archive vids
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
[provider.youtube]
|
[provider.youtube]
|
||||||
url = "https://www.youtube.com"
|
cmd = "./yt-dlp" # path to yt-dlp binary
|
||||||
throttle = 1
|
url = "https://www.youtube.com" # full yt url
|
||||||
video_items = 5
|
throttle = 1 # throttle yt request
|
||||||
after_date = "20250326"
|
range = "1:5:1" # [START][:STOP][:STEP]
|
||||||
|
after_date = "20250326" # not in use
|
||||||
```
|
```
|
||||||
|
|
||||||
`subs-opml.xml`:
|
`subs-opml.xml`:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue