Evil-Inc
<?xml version="1.0" encoding="utf-8"?> <comicInfo friendlyName="Evil-Inc" author="Me" authorEmail="xxxx@xxxx"> <startUrl><![CDATA[http://evil-comic.com/]]></startUrl> <rootUrl><![CDATA[http://evil-comic.com/]]></rootUrl> <firstIssue><![CDATA[http://evil-comic.com/archive/20050530.html]]></firstIssue> <comicRegex><![CDATA[<span\ class="[^"]*">[^<]*<img\ src="(?<content>/comics/\w*\d{8}\.(?:gif|jpg|jpeg|png))"\ width="\d+"\ height="\d+"\ border="\d*"\ alt="[^"]*"\ title="[^"]*"\ id="[^"]*"\ />]]></comicRegex> <backButtonRegex><![CDATA[<a\ href="(?<content>/archive/\d{8}.html)"\ target="_self"><img\ src="/images/previous\.gif"\ alt="previous\ strip"\ width="\d+"\ height="\d+"\ border="\d*"\ /></a>]]></backButtonRegex> <captures> <capture name="arch" ><![CDATA[<option\ value="/archive/\d{8}\.html"\ \ selected>(?<content>[^\\/<>:*?"|]*).*</option>]]></capture> </captures> <captures> <capture name="ext" ><![CDATA[<span\ class="[^"]*">[^<]*<img\ src="/comics/\w*\d{8}(?<content>\.(?:gif|jpg|jpeg|png))"\ width="\d+"\ height="\d+"\ border="\d*"\ alt="[^"]*"\ title="[^"]*"\ id="[^"]*"\ />]]></capture> </captures> <captures> <capture name="date" ><![CDATA[<span\ class="[^"]*">[^<]*<img\ src="/comics/\w*(?<content>\d{8})\.(?:gif|jpg|jpeg|png)"\ width="\d+"\ height="\d+"\ border="\d*"\ alt="[^"]*"\ title="[^"]*"\ id="[^"]*"\ />]]></capture> </captures> <renamePattern><![CDATA[${date}_Evil-Inc_${arch}${ext}]]></renamePattern> </comicInfo>
page revision: 1, last edited: 04 Feb 2011 10:57