Cat and Girl Module Fix

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

Bug Description

http://catandgirl.com/

class CatAndGirl(BasicScraper):
    latestUrl = 'http://catandgirl.com/'
    imageUrl = 'http://catandgirl.com/?p=%s'
    imageSearch = compile(r'<img src="(http://catandgirl.com/archive/.+?)"')
    prevSearch = compile(r'\s+<a href="(.+?)">&#9668; Previous</a>')
    help = 'Index format: n'

imageUrl, imageSearch, prevSearch, removed namer (all strips are prefixed with date now).

Related branches

Changed in dosage:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → Tristan Seligmann (mithrandi)
milestone: none → 1.7.0
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.