From 52801b4de1d63cd01191acf7fcee137977140ec0 Mon Sep 17 00:00:00 2001 From: lexicade Date: Fri, 27 Jan 2023 21:06:30 +0000 Subject: Project init --- .../search/linkshell.json | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ffxiv/lodestone-css-selectors-0.52.0/search/linkshell.json (limited to 'ffxiv/lodestone-css-selectors-0.52.0/search/linkshell.json') diff --git a/ffxiv/lodestone-css-selectors-0.52.0/search/linkshell.json b/ffxiv/lodestone-css-selectors-0.52.0/search/linkshell.json new file mode 100644 index 0000000..f9c6bc0 --- /dev/null +++ b/ffxiv/lodestone-css-selectors-0.52.0/search/linkshell.json @@ -0,0 +1,37 @@ +{ + "ROOT": { + "selector": ".ldst__window" + }, + "ENTRY": { + "ROOT": { + "selector": "div.entry", + "multiple": true + }, + "ID": { + "selector": ".entry__link--line", + "attribute": "href", + "regex": "/lodestone/linkshell/(?P\\d*)/" + }, + "NAME": { + "selector": ".entry__name" + }, + "SERVER": { + "selector": ".entry__world", + "regex": "(?P\\w*)\\s+\\[(?P\\w*)\\]" + }, + "ACTIVE_MEMBERS": { + "selector": ".entry__linkshell__member > div > span" + } + }, + "PAGE_INFO": { + "selector": "ul.btn__pager:nth-child(6) > li:nth-child(3)", + "regex": "\\D*(?P\\d+)\\D*(?P\\d+)" + }, + "LIST_NEXT_BUTTON": { + "selector": "ul.btn__pager > li:nth-child(4) > a:nth-child(1)", + "attribute": "href" + }, + "NO_RESULTS_FOUND": { + "selector": ".parts__zero" + } +} -- cgit v1.2.3