-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml.example
45 lines (43 loc) · 1.15 KB
/
config.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
loglevel: "DEBUG"
db_path: "db.sqlite"
ua: ""
xmpp_username: "[email protected]/rss"
xmpp_pass: "bot_password"
update_interval: 30
send_interval: 1
download_command: "ytarchive.py --threads 2 --add-metadata --wait --merge --save --thumbnail {url} best"
users:
username1:
feeds:
feed1:
actions:
- download_any
save_path: "/home/username1/video/feed1"
username2:
xmpp_username: "[email protected]"
timezone_offset: -7
feeds:
feed1:
actions:
- send_any
- download_any
save_path: "/home/username2/video/feed1"
send_errors: true
feed2:
actions:
- send_unarchived
- download_any
save_path: "/home/username2/video/feed2"
feed3:
actions:
- send_any
feeds:
feed1: 'https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx'
feed2: 'https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx'
feed3: 'https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxxxxxxxxxxxxxx'
actions:
- none
- send_any
- send_unarchived
- download_any
- download_unarchived