blob: 07b5d032e0f64bff0c6a1eb512ffabc10ebebef9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
sections:
name:
pattern: (?is)Romaji Name.*?<TD>(.*?)\s?</TD>.*?Japanese Name.*?<TD>(.*?)\s?</TD>
groups:
- romaji
- japanese
image:
pattern: (?is)<H3 id="section99">.*<img src="(.*?)" alt=.*?></a><p><a href="(.*?)">View Full Size Image
groups:
- thumb
- full
|