list_diary
path: '^/list_diary\.pl',
entryNodes: {
	'div.listDiaryTitle': {
		uri: 'dt a:nth-child(1)',
		title: 'dt a:nth-child(1)',
		container: 'dt'
	}
}
 new_friend_diary.pl
path: '^/new_friend_diary\.pl',
entryNodes: {
	'div.newFriendDiaryArea li': {
		uri: 'dd a:nth-child(1)',
		title: 'dd a:nth-child(1)',
		container: 'dd'
	}
}
 view_diary
path: '^/view_diary\.pl',
entryNodes: {
	'div.listDiaryTitle': {
		uri: 'window.location',
		title: 'dt',
		container: 'dt'
	}
}
 (re(cent|s)|list)_echo.pl
path: '^/(re(cent|s)|list)_echo\.pl',
entryNodes: {
	'div.archiveList tr': {
		uri: 'td.comment span:first-child a',
		title: 'td.comment div:last-child',
		container: 'td.comment'
	}
}
 view_echo.pl
path: '^/view_echo\.pl',
entryNodes: {
	'div.echoStatus': {
		uri: 'window.location',
		title: 'div.status div div:last-child',
		container: 'p:first-child'
	}
}
 recent_voice.pl
path: '^/recent_voice\.pl',
entryNodes: {
  ".archive": {
    "uri": ".voiced p a",
    "title": ".voiced p",
    "container": ".voiced p span"
  }
}