Wapsi Square Scraper

Bug #491730 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://wapsisquare.com/

class WapiSquare(BasicScraper):
    latestUrl = 'http://wapsisquare.com/'
    imageUrl = 'http://wapsisquare.com/comic/%s'
    imageSearch = compile(r'<img src="(http://wapsisquare.com/comics/.+?)"')
    prevSearch = compile(r'<a href="(.+?)"[^>]+?>Previous</a>')
    help = 'Index format: strip-name'

Related branches

Changed in dosage:
assignee: nobody → Tristan Seligmann (mithrandi)
importance: Undecided → Low
milestone: none → 1.7.0
status: New → In Progress
Revision history for this message
Tristan Seligmann (mithrandi) wrote :

Oops, this is Wap/s/iSquare, and it's already present as BlankLabel/WapsiSquare, although that scraper doesn't work.

summary: - Wapi Square Scraper
+ Wapsi Square Scraper
Changed in dosage:
importance: Low → Medium
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.