Punks and Nerds New and Old Scrapers

Bug #491734 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.punksandnerds.com/

class PunksandNerds(BasicScraper):
    latestUrl = 'http://www.punksandnerds.com/'
    imageUrl = 'http://www.punksandnerds.com/?id=%s/'
    imageSearch = compile(r'<img src="(http://www.punksandnerds.com/img/comic/.+?)"')
    prevSearch = compile(r'<td><a href="(.+?)"[^>]+?><img src="backcomic.gif"')
    help = 'Index format: nnn'

class PunksandNerdsOld(BasicScraper):
    latestUrl = 'http://original.punksandnerds.com/'
    imageUrl = 'http://original.punksandnerds.com/d/%s.html'
    imageSearch = compile(r' src="(/comics/.+?)"')
    prevSearch = compile(r'><strong><a href="(.+?)"[^>]+?><img[^>]+?src="/previouscomic.gif">')
    help = 'Index format: yyyymmdd'

summary: - Punks and Nerds Scraper
+ Punks and Nerds New and Old Scrapers
description: updated
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.