F-Chords
<?xml version="1.0" encoding="utf-8"?> <comicInfo friendlyName="F-Chords" author="Me" authorEmail="xxxx@xxxx" allowMultipleStrips="false" allowMissingStrips="false"> <startUrl><![CDATA[http://fchords.com]]></startUrl> <rootUrl><![CDATA[http://fchords.com]]></rootUrl> <firstIssue><![CDATA[http://fchords.com/20080729.shtml]]></firstIssue> <comicRegex><![CDATA[<td\ height="[^"]*"><div\ align="[^"]*"><img\ id="comic"\ border=\d*\ src="(?<content>[^"]*)"\ ?>\ </div></td>]]></comicRegex> <backButtonRegex><![CDATA[<td\ width="[^"]*"><a\ href="(?<content>[^"]*)"\ target="_self"><img\ border=\d+\ src="/images/fchordsnav_prev.gif"></a></td>]]></backButtonRegex> <captures> <capture name="year" ><![CDATA[<td\ height="[^"]*"><div\ align="[^"]*"><img\ id="comic"\ border=\d*\ src="[^"]*/(?<content>\d{4})\d{2}\d{2}[^"]*"\ ?>\ </div></td>]]></capture> <capture name="month" ><![CDATA[<td\ height="[^"]*"><div\ align="[^"]*"><img\ id="comic"\ border=\d*\ src="[^"]*/\d{4}(?<content>\d{2})\d{2}[^"]*"\ ?>\ </div></td>]]></capture> <capture name="day" ><![CDATA[<td\ height="[^"]*"><div\ align="[^"]*"><img\ id="comic"\ border=\d*\ src="[^"]*/\d{4}\d{2}(?<content>\d{2})[^"]*"\ ?>\ </div></td>]]></capture> </captures> <renamePattern><![CDATA[${year}-${month}-${day}_F-Chords]]></renamePattern> </comicInfo>
page revision: 0, last edited: 23 Feb 2011 14:51