Brain Fist Module

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

Bug Description

http://www.moderntales.com/comics/brainfist.php

class BrainFist(BasicScraper):
    latestUrl = 'http://www.moderntales.com/comics/brainfist.php'
    imageUrl = 'http://www.moderntales.com//comics/brainfist.php?view=archive&chapter=%s&name=brainfist'
    imageSearch = compile(r'<img src="(http://www.moderntales.com/memberimages/\d{8}.+?)"')
    prevSearch = compile(r'<a href="(.+?)>Previous</a>')
    help = 'Index format: yyyy/mm/dd'

Changed in dosage:
assignee: Jonathan Jacobs (jjacobs) → Tristan Seligmann (mithrandi)
importance: Unknown → Low
tags: added: comic
tags: added: moderntales
Revision history for this message
Ged Walsh (bleedingheart) wrote :

Rev. 667 Catches this and others in a ModernTales scraper.

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.