Forum Discussion

shrugupt's avatar
6 years ago

Help with scraping OOTB component

Trying to scrape recommendations component using : <#assign markup> <@delegate /> </#assign> ${markup} <#-- LOGIC --> <#assign ids = [] />  <#assign idmatches = markup?matches("-p\\/(\\d+)") /...