Bellen! Module

Bug #482060 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://boxbrown.com/

class Bellen(BasicScraper):
    latestUrl = 'http://boxbrown.com/'
    imageUrl = 'http://boxbrown.com/?p=%s'
    imageSearch = compile(r'<img src="(http://boxbrown.com/comics/.+?)"')
    prevSearch = compile(r'<a href="(.+?)"><span class="prev">')
    help = 'Index format: nnn'

Tags: comic

Related branches

Revision history for this message
Ged Walsh (bleedingheart) wrote :

Fixed so it wont error out on a guest comic.

class Bellen(BasicScraper):
    latestUrl = 'http://boxbrown.com/'
    imageUrl = 'http://boxbrown.com/?p=%s'
    imageSearch = compile(r'<img src="(http://boxbrown.com/comics/\S+.)"')
    prevSearch = compile(r'<a href="(.+?)"><span class="prev">')
    help = 'Index format: nnn'

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