This websites don't have RSS, so I can't just automate it in WordPress.
Basically. I want to use Automator to grab a images from multiple URLs and rename them. However, I just need to grab the one within a DIV. Such as this:
Whatever is in <div="content"></div> is what I'm wanting.
How would I do this? Is this even possible in Automator? I'm thinking about creating a Safari Extention to rip out the extra stuff within the CSS.
Basically. I want to use Automator to grab a images from multiple URLs and rename them. However, I just need to grab the one within a DIV. Such as this:
Code:
<html>
<body>
<div="header"></div>
<div="content"></div>
<div="sidebar"></div>
<div="footer"></div>
</body>
</html>
Whatever is in <div="content"></div> is what I'm wanting.
How would I do this? Is this even possible in Automator? I'm thinking about creating a Safari Extention to rip out the extra stuff within the CSS.