The Whiteboard Scraper Fix

Bug #491221 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 TheWhiteboard(BasicScraper):
    latestUrl = 'http://www.the-whiteboard.com/'
    imageUrl = 'http://www.the-whiteboard.com/auto%s.html'
    imageSearch = compile(r'<img SRC="(autotwb\d{1,4}.+?|autowb\d{1,4}.+?)">', IGNORECASE)
    prevSearch = compile(r'&nbsp<a href="(.+?)">previous</a>', IGNORECASE)
    help = 'Index format: twb or wb + n wg. twb1000'

latestUrl, imageUrl, imageSearch, prevSearch, help

Related branches

description: updated
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.