Stubble Scraper Fix

Bug #491135 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 Stubble(BasicScraper):
    latestUrl = 'http://www.stubblecomics.com/d/20051230.html'
    imageUrl = 'http://www.stubblecomics.com/d/%s.html'
    imageSearch = compile(r'"(/comics/.*?)"')
    prevSearch = compile(r'"(.*?)".*?backarrow')
    help = 'Index format: yyyymmdd'

Archived, last strip no longer available from homepage so changed latestUrl to last strip.

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.