Something Like Life Scraper

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

Bug Description

class SomethingLikeLife(BasicScraper):
    latestUrl = 'http://www.pulledpunches.com/'
    imageUrl = 'http://www.pulledpunches.com/?p=%s'
    imageSearch = compile(r'<img src="(http://www.pulledpunches.com/comics/.+?)"')
    prevSearch = compile(r'</a> <a href="(http://www.pulledpunches.com/\?p=.+?)"><img src="back1.gif"')
    help = 'Index format: nn'

There's a dead comic and a comic with a space in the url, youll have to manually pick up with SomethingLikeLife:number.

Related branches

Revision history for this message
Tobias Gruetzmacher (tobix) wrote :

I have a (ugly) fix for URLs with spaces, may that help? I put it into my Darcs repository for testing...

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