-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.sample.toml
58 lines (54 loc) · 1.59 KB
/
settings.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
token = "" # Discord bot token
cron = "0 0 1 * * *"
[[targets]]
name = "Bokuyaba"
mode = "html"
source = "https://championcross.jp/series/899dda204c3f2/pagingList?s=2&page=0&limit=1000"
[targets.tags]
chaptersTag = "div.series-ep-list-item"
urlTag = "a.article-ep-list-item-img-link"
urlAttribute = "data-href"
titleTag = "span.series-ep-list-item-h-text"
numberTag = "a.article-ep-list-item-img-link"
numberAttribute = "data-article"
dateTag = "time.series-ep-list-date-time"
dateAttribute = "datetime"
dateFormat = "%Y-%m-%d %H:%M:%S"
[[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
[[targets]]
mode = "json_in_html"
name = "Idol x Idol Story"
source = "https://comic-fuz.com/manga/3140"
ascendingSource = false
baseUrl = "https://comic-fuz.com/manga/viewer/"
[targets.tags]
chaptersTag = "script#__NEXT_DATA__"
[targets.keys]
chapters = "props.pageProps.chapters.0.chapters"
number = "chapterId"
title = "chapterMainName"
date = "updatedDate"
dateFormat = "%Y/%m/%d"
url = "chapterId"