{ "ROOT": { "selector": ".ldst__window" }, "ENTRY": { "ROOT": { "selector": "div.entry", "multiple": true }, "AVATAR": { "selector": ".entry__chara__face img", "attribute": "src" }, "ID": { "selector": ".entry__link", "attribute": "href", "regex": "/lodestone/character/(?P\\d*)/" }, "NAME": { "selector": ".entry__name" }, "RANK": { "selector": ".entry__chara_info > .js__tooltip", "attribute": "data-tooltip", "regex": "/ (?P.+)" }, "RANK_ICON": { "selector": ".entry__chara_info > .js__tooltip > img", "attribute": "src" }, "LINKSHELL_RANK": { "selector": ".entry__chara_info__linkshell > span" }, "LINKSHELL_RANK_ICON": { "selector": ".entry__chara_info__linkshell > img", "attribute": "src" }, "SERVER": { "selector": ".entry__world", "regex": "(?P\\w*)\\s+\\[(?P\\w*)\\]" } }, "PAGE_INFO": { "selector": "ul.btn__pager:nth-child(5) > li:nth-child(3)", "regex": "\\D*(?P\\d+)\\D*(?P\\d+)" }, "LIST_NEXT_BUTTON": { "selector": "ul.btn__pager:nth-child(5) > li:nth-child(4) > a:nth-child(1)", "attribute": "href" } }