MacOS – Automator list of urls – no results

automatordata transfermacosurl

I have a list of URLs as input, and I'm trying to get image on the pages in order to download them. I'm filtering the text and passing it to the 'Get Image URLs from Webpage' action, but it's not receiving anything. Am I missing a step, or have something set wrong. Every reference I've found indicates that this should work.

enter image description here

Best Answer

Instead of using "Get Specified Text" then filtering paragraphs, you can use "Get Specified URLs" and direct this straight to Get Image URLs from Webpage:

Alternatively, if you want to parse text, you can use Extract URLs from Text:

Download Workflow