forked from hmdev/AozoraEpub3
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce5593d
commit a78141f
Showing
4 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
################################ | ||
### カクヨム | ||
### https://kakuyomu.jp/works/ | ||
################################ | ||
|
||
## 変換対象URLパターン | ||
##PAGE_REGEX .*/\d+/episodes/\d+/$ | ||
|
||
################################ | ||
##一覧ページの抽出設定 | ||
## タイトル | ||
TITLE #workTitle a:0 | ||
## 著者 | ||
AUTHOR #workAuthor-activityName a:0 | ||
## 説明 | ||
DESCRIPTION #catchphrase-body:0 | ||
|
||
################ | ||
## 各話へのリンク | ||
HREF .widget-toc-items a | ||
##HREF a \/\d*\/episodes\/\d* | ||
##一覧に記載されている各話の更新日時 | ||
SUB_UPDATE .widget-toc-episode-datePublished | ||
|
||
################################ | ||
###各話の抽出設定 | ||
|
||
## 各話 Chapter 先頭の章のみ大見出しで出力 | ||
CONTENT_CHAPTER .widget-episodeTitle:0 | ||
|
||
## 各話 本文 | ||
CONTENT_ARTICLE .widget-episodeBody |