Nuklear Power Multi Scraper

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

Bug Description

def NuklearPower(name, shortName):

    baseUrl = 'http://www.nuklearpower.com/%s/' % (shortName,)
    return BasicScraper.make(
        name='NuklearPower/' + name,
        latestUrl=baseUrl,
        imageUrl=baseUrl + '%s',
        imageSearch=compile(r'<img src="(http://www.nuklearpower.com/comics/.+?)"'),
        prevSearch=compile(r'><a href="(.+?)">Previous</a>'),
        help='Index format: yyyy/mm/dd/name')

eb = NuklearPower('8BitTheater', '8-bit-theater')
wb = NuklearPower('Warbot', 'warbot')
hik = NuklearPower('hikym', 'hikym')
ar = NuklearPower('AtomicRobo', 'atomic-robo')

Replaces NuklearPower

Related branches

Changed in dosage:
assignee: nobody → Tristan Seligmann (mithrandi)
importance: Undecided → Low
milestone: none → 1.7.0
status: New → In Progress
Changed in dosage:
status: In Progress → 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.