aboutsummaryrefslogtreecommitdiff
path: root/config.yml
blob: 313d8e2708c67b529de9a97f502eed03c56366e7 (plain)
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
sections:
  name:
    pattern: (?is)Romaji Name.*?<TD>(.*?)\s?</TD>.*?Japanese Name.*?<TD>(.*?)\s?</TD>.*?Aliases.*?<TD>(.*?)\s?</TD>
    groups:
      - romaji
      - japanese
      - aliases
  misc:
    pattern: (?is)Role</TH>.*?<TD>(.*?)\s?</TD>
    groups:
      - role
  image:
    pattern: (?is)<H3 id="section99">.*<img src="(.*?)" alt=.*?></a><p><a href="(.*?)">View Full Size Image
    groups:
      - thumb
      - full
  tags:
    pattern: (?is)tagged as</P>.*?<TH>(.*?)</TH>
    groups:
      - tags_raw
  traits:
    pattern: (?is)indexed traits</P>.*?<dl>(.*?)</dl>.*?official traits\s?</P>.*?<dl>(.*?)</dl>
    groups:
      - indexed_raw
      - official_raw