forked from JohannesPertl/reddit-video-download-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
25 lines (24 loc) · 760 Bytes
/
config.yaml
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
---
BOT_NAME: "u/vredditDownloader"
NO_FOOTER_SUBS:
- 'furry_irl'
- 'pcmasterrace'
- 'bakchodi'
- 'pakistan'
PM_SUBS:
- 'funny'
- 'mademesmile'
- 'Rainbow6'
DATA_PATH: '/home/pi/bots/vreddit/data/'
BLACKLIST_SUBS:
- 'The_Donald'
BLACKLIST_USERS:
- 'null'
ANNOUNCEMENT_PM: "\n\nI also work with links sent by PM."
ANNOUNCEMENT_RIPSAVE: "\n\nMention me again if the download link is down"
HEADER: "^I'm a Bot *bleep* *bloop*"
INFO: "[**Info**](https://np.reddit.com/r/VredditDownloader/comments/b61y4i/info)"
DONATE: "[**Support me ❤**](https://www.paypal.me/synapsensalat)"
INBOX_LIMIT: 20
# Determines if videos without sound get uploaded to external site or linked via direct v.redd.it link
ALWAYS_UPLOAD: True