Comment 7 for bug 482040

Revision history for this message
NTICompass (nticompass) wrote :

class AbstruseGoose(BasicScraper):
    latestUrl = 'http://abstrusegoose.com/'
    imageSearch = compile(r'<img[^<]+src="(http://abstrusegoose.com/strips/[^<>"]+)"')
    prevSearch = compile(r'<a href = "(http://abstrusegoose.com/\d+)">&laquo; Previous</a>')
    help = 'Index format: n (unpadded)'

FIXED IT!

(Forgot the ('s)