LegoRobot Module

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

Bug Description

http://www.legorobotcomics.com/

class LegoRobot(BasicScraper):
    latestUrl = 'http://www.legorobotcomics.com/'
    imageUrl = 'http://www.legorobotcomics.com/?id=%s'
    imageSearch = compile(r'id="the_comic" src="(comics/.+?)"')
    prevSearch = compile(r'(\?id=\d+)"><img src="images/back.png"')
    help = 'Index format: nnnn'

Related branches

Changed in dosage:
importance: Unknown → Low
assignee: Jonathan Jacobs (jjacobs) → Tristan Seligmann (mithrandi)
Changed in dosage:
milestone: none → 1.7.0
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.