Chugworth Academy Module Fix & Chugworth Archive Module

Bug #482070 reported by Ged Walsh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dosage
Fix Committed
Medium
Tristan Seligmann

Bug Description

http://chugworth.com/ (Fix)

class ChugworthAcademy(BasicScraper):
    latestUrl = 'http://chugworth.com/'
    imageUrl = 'http://chugworth.com/?p=%s'
    imageSearch = compile(r'<img src="(.+?)" alt="Comic')
    prevSearch = compile(r'<a href="(http://chugworth.com/\?p=\d{1,4})"[^>]+?title="Previous">')
    help = 'Index format: nnn'

http://chugworth.com/archive/ (New)

class ChugworthArchive(BasicScraper):
    latestUrl = 'http://chugworth.com/archive/?strip_id=422'
    imageUrl = 'http://chugworth.com/archive/?strip_id=%s'
    imageSearch = compile(r'<img src=(comics/\d+.+?.\w{1,4})')
    prevSearch = compile(r'<a href=\'(.+?)\'><img src=\'images/previous.gif')
    help = 'Index format: nnn'

Maybe someone can figure out how to merge the two.

Related branches

Changed in dosage:
importance: Unknown → Medium
assignee: Jonathan Jacobs (jjacobs) → Tristan Seligmann (mithrandi)
milestone: none → 1.7.0
Changed in dosage:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.