docs: update readme
This commit is contained in:
parent
6f77fddea1
commit
3dbaa42ef3
|
|
@ -5,11 +5,15 @@
|
||||||
`config.toml`:
|
`config.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
dry_run = true
|
||||||
out_dir = "./vids"
|
out_dir = "./vids"
|
||||||
|
|
||||||
[provider]
|
[provider]
|
||||||
[provider.youtube]
|
[provider.youtube]
|
||||||
url = "https://www.youtube.com"
|
url = "https://www.youtube.com"
|
||||||
|
throttle = 1
|
||||||
|
video_items = 5
|
||||||
|
after_date = "20250326"
|
||||||
```
|
```
|
||||||
|
|
||||||
`subs-opml.xml`:
|
`subs-opml.xml`:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue