Hello,
I'm trying to extract ID from url.
For example, in this page Age of Conan Quest - Ruins and Demise
In code, many attributes contains "119", so i tried to use "SelectorElementAttribute", but there is no regex option
. So How i can i accomplish this ?
Sitemap:
{"_id":"extract_id","startUrl":["https://web.archive.org/web/20131207042638/http://conan.doomdealer.com:80/quests/quest/119"],"selectors":[{"id":"the-id","type":"SelectorElementAttribute","parentSelectors":["root"],"selector":"div[id*='unit_long_quest_hard']","multiple":false,"extractAttribute":"id","delay":0}]}
Thx
