getURLs
{{#extract “web_html” “e_1” selector_optional}}
{{url}}
{{/extract}}
{{#regex “reg_1” “(http|ftp|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])” “g”}}
{{VAR_e_1}}
{{/regex}}
{{log “this:” this}}
Extraction:
URL: {{url}}
Selector: {{selector_optional}}
{{#each VAR_reg_1}}
- link: {{this}}
{{/each}}