Dracula Module Fix

Bug #489070 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://draculacomic.net/

class Dracula(BasicScraper):
    latestUrl = 'http://draculacomic.net/'
    imageUrl = 'http://draculacomic.net/comic.php?comicID=%s'
    imageSearch = compile(r'<img src="(comics/.+?)"')
    prevSearch = compile(r'&nbsp;<a class="archivelink" href="(.+?)">&laquo; Prev</a>')
    help = 'Index format: nnn'

latestUrl, imageUrl, imageSearch, prevSearch

Related branches

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