Kernel Panic Scraper Fix

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

Bug Description

class KernelPanic(BasicScraper):
 latestUrl = 'http://www.ubersoft.net/kpanic/'
 imageUrl = 'http://www.ubersoft.net/kpanic/d/%s'
 imageSearch = compile(r'src="(.+?/kp/kp.+?)" ')
 prevSearch = compile(r'<li class="previous"><a href="(.+?)">')
 help = 'Index format: yyyymmdd.html'
 def namer(cls, imageUrl, pageUrl):
  return imageUrl.split('/')[-1].split('.')[0]

imageUrl, imageSearch, prevSearch, help, added namer.

Related branches

Changed in dosage:
assignee: nobody → Tristan Seligmann (mithrandi)
importance: Undecided → Medium
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.