Comment 1 for bug 482060

Revision history for this message
Ged Walsh (bleedingheart) wrote :

Fixed so it wont error out on a guest comic.

class Bellen(BasicScraper):
    latestUrl = 'http://boxbrown.com/'
    imageUrl = 'http://boxbrown.com/?p=%s'
    imageSearch = compile(r'<img src="(http://boxbrown.com/comics/\S+.)"')
    prevSearch = compile(r'<a href="(.+?)"><span class="prev">')
    help = 'Index format: nnn'