diff options
Diffstat (limited to 'ffxiv/lodestone-css-selectors-0.52.0/pvpteam/pvpteam.json')
-rw-r--r-- | ffxiv/lodestone-css-selectors-0.52.0/pvpteam/pvpteam.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ffxiv/lodestone-css-selectors-0.52.0/pvpteam/pvpteam.json b/ffxiv/lodestone-css-selectors-0.52.0/pvpteam/pvpteam.json new file mode 100644 index 0000000..6bb7cf8 --- /dev/null +++ b/ffxiv/lodestone-css-selectors-0.52.0/pvpteam/pvpteam.json @@ -0,0 +1,26 @@ +{ + "NAME": { + "selector": ".entry__pvpteam__name--team" + }, + "DC": { + "selector": ".entry__pvpteam__name--dc" + }, + "FORMED": { + "selector": ".entry__pvpteam__data--formed > script", + "regex": ".*ldst_strftime\\((?P<Timestamp>\\d*)" + }, + "CREST_LAYERS": { + "BOTTOM": { + "selector": ".entry__pvpteam__crest__image > img:nth-child(1)", + "attribute": "src" + }, + "MIDDLE": { + "selector": ".entry__pvpteam__crest__image > img:nth-child(2)", + "attribute": "src" + }, + "TOP": { + "selector": ".entry__pvpteam__crest__image > img:nth-child(3)", + "attribute": "src" + } + } +}
\ No newline at end of file |