forked from whiteleaf7/narou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwww.mai-net.net.yaml
45 lines (38 loc) · 1.74 KB
/
www.mai-net.net.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ------------------------------------------------------------
# 小説サイト定義
name: &name Arcadia
domain: www.mai-net.net
top_url: http://\\k<domain>
category: '' # カテゴリ無しの場合を考慮する
url:
- https?://\\k<domain>/bbs/sst/sst.php\?act=dump&cate=(?<category>.+?)&all=(?<ncode>\d+)
- https?://\\k<domain>/bbs/sst/sst.php\?act=dump&cate=&all=(?<ncode>\d+)
encoding: UTF-8
confirm_over18: no
append_title_to_folder_name: yes
title_strip_pattern: (【.+?】|\(.+?\)|(.+?))
sitename: *name
version: 1.0
# ------------------------------------------------------------
# 書籍情報取得設定
title: <font size=4 color=4444aa>(?<title>.+?)</font>
author: "<tt>Name: (?:(?<author>.+?)◆.+</tt>|(?<author>.+?) </tt>)"
story: ""
# ------------------------------------------------------------
# 目次取得設定
toc_url: \\k<top_url>/bbs/sst/sst.php?act=dump&cate=\\k<category>&all=\\k<ncode>&n=0&count=1
chapter: ""
subtitles: |-
<td width="0%" style="font-size:60%">\[(?<index>\d+?)\]</td><td width="0%" style="font-size:60%"><b>
<a href="(?<href>.+?)#kiji">(?<subtitle>.+?)</a></b></td><td width="0%" style="font-size:60%">\[(.+?)\]</td><td width="0%" style="font-size:60%">\((?<subupdate>.+?)\)</td>
# subdate(初投稿日)がない場合、一番最初のsubupdateで代用する
subdate: no
error_message: エラー!恐らく存在しないスレッドを指定しています
# ------------------------------------------------------------
# 本文取得設定
body_pattern: <blockquote><div style="line-height:1.5">(?<body>.+?)</div></blockquote>
introduction_pattern: null
postscript_pattern: null
# ------------------------------------------------------------
# 小説情報からパースするための設定
novel_info_url: null