JDRssDownloader/config-sample.json
2022-10-25 17:20:37 +01:00

20 lines
411 B
JSON

{
"JDUserName": "",
"JDPassword": "",
"AdminPassword":"",
"WebUIPort": 3100,
"RSSFeed": "",
"RSSFeedRefreshMins": 10,
"JDPostLinksMins": 180,
"Autostart": false,
"OnlyHEVC": true,
"TelegramBot": true,
"TelegramBotID":"",
"TelegramChatID":123456789,
"Shows": [
{
"Name": "",
"Quality": "720"
}
]
}