JDRssDownloader/config-sample.json

20 lines
411 B
JSON
Raw Permalink Normal View History

2022-06-08 12:28:30 +01:00
{
2022-06-08 13:09:23 +00:00
"JDUserName": "",
"JDPassword": "",
2022-10-25 15:52:25 +01:00
"AdminPassword":"",
"WebUIPort": 3100,
2022-06-08 13:09:23 +00:00
"RSSFeed": "",
"RSSFeedRefreshMins": 10,
"JDPostLinksMins": 180,
2022-06-08 12:28:30 +01:00
"Autostart": false,
2022-06-12 16:34:37 +01:00
"OnlyHEVC": true,
2022-10-25 17:20:37 +01:00
"TelegramBot": true,
2022-09-08 09:35:59 +01:00
"TelegramBotID":"",
"TelegramChatID":123456789,
2022-06-08 15:25:44 +00:00
"Shows": [
{
"Name": "",
"Quality": "720"
}
]
2022-06-08 12:28:30 +01:00
}