Crimson Darc Module

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

Bug Description

Here is the module for Crimson Dark webcomic (http://crimsondark.com):

class CrimsonDark(BasicScraper):
    latestUrl = 'http://www.davidcsimon.com/crimsondark/'
    imageUrl = 'http://www.davidcsimon.com/crimsondark/index.php?view=comic&strip_id=%s'
    imageSearch = compile(r'src="(.+?strips/.+?)"')
    prevSearch = compile(r'<a href=[\'"](/crimsondark/index\.php\?view=comic&amp;strip_id=\d+)[\'"]><img src=[\'"]themes/cdtheme/images/active_prev.png[\'"]')
    help = 'Index format: n (unpadded)'

Related branches

Changed in dosage:
importance: Unknown → Low
assignee: CoD (cod-fsfe) → Tristan Seligmann (mithrandi)
Changed in dosage:
milestone: none → 1.7.0
status: New → 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.