Penny Arcade is broken
Brought to you by:
amedico
Same circumstances as my previous bug report.
It appears Penny Arcade added an empty ALT to their
comic's IMG tag.
I changed the search pattern from:
<img.+?src="(images/\d{4}/\d{8}l\..{3})"></td>
to:
<img.+?src="(images/\d{4}/\d{8}l\..{3})".*?></td>
and everything seems happy