-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.sample.toml
41 lines (38 loc) · 1.04 KB
/
config.sample.toml
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
token = "" # Discord bot token
webInterfacePort = "8090"
cronInterval = "@every 24h"
[[targets]]
name = "Bokuyaba"
source = "https://mangacross.jp/api/comics/yabai.json?type=public"
ascendingSource = false
mode = "json"
baseUrl = "https://mangacross.jp"
[targets.keys]
chapters = "comic.episodes"
number = "volume"
title = "volume+title"
date = "publish_start"
url = "page_url"
[[targets]]
name = "Shounen wo Kau"
source = "https://comic-zenon.com/rss/series/13933686331687311931"
ascendingSource = false
mode = "rss"
[[targets]]
mode = "json"
name = "Kusunoki Debut"
source = "https://comic.pixiv.net/api/app/works/8789/episodes?page=1&order=desc"
ascendingSource = false
baseUrl = "https://comic.pixiv.net"
[targets.requestHeaders]
X-Requested-With = "pixivcomic"
Referer = "https://comic.pixiv.net/works/8789"
[targets.keys]
chapters = "data.episodes"
number = "episode.numbering_title"
title = "episode.numbering_title+episode.sub_title"
date = "episode.read_start_at"
dateFormat = "unix"
url = "episode.viewer_path"
[targets.keys.skip]
readable = false