Ask Axe Cop is now in, but it required the addition of a new attribute called
RedirectUrlIndex. If a value is specified for this attribute,
RedirectUrl will store an array of everything it matches, and
RedirectUrlIndex will pull out the single match that corresponds to the index of that match within the array.
Its real use comes from the
LAST constant in-which it'll return the very last item in the array. Example:
Code: Select all
<Definition Name="Axe Cop - Ask" PublisherUrl="http://axecop.com/" LatestComicUrl="http://axecop.com/index.php/acask" Rating="Everyone" RedirectUrl="/index.php/acask/read/ask_axe_cop_\d+/" RedirectUrlIndex="LAST" ComicImage="/images/uploads/ASK-AXE-COP-\d+\.(jpg|png|gif)$" />
This will match all the links (comics 1 to 16, at the time of writing) on the Ask Axecop and only return the last one.
I'd really like to incorporate this index matching within the standard
ComicImage attribute at some point.
Sweet Bro and Hella Jeff
What the fu...
he has been fairly good at getting new versions out quickly
This v1.02 release has been veeery slow in coming out. With other apps, I can generally make a new release about an hour after a feature has been requested. This week I've been bogged down in fixing laptops and generally getting messed about, which I could've done without. And the weather has suddenly become sooo niiice...
I can release alpha versions, no problem. It'll be a .zip though as that'll be quicker to package together.