Otenba Files Scraper Fix

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

Bug Description

class OtenbaFiles(BasicScraper):
    latestUrl = 'http://www.otenba-files.com/main.html'
    imageUrl = 'http://www.otenba-files.com/%s'
    imageSearch = compile(r'<img src="(/comics/.+?|/comic2/.+?)"')
    prevSearch = compile(r'</a><a href="(\d+.\d+.+?)"><img src="Buttons/prev_day.gif" ')
    help = 'Index format: n.nn'

Only 5 Strips and long dead.

Related branches

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

There are more then 5:

http://www.otenba-files.com/archives.html

 - But still: Dead since over a year...

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

Apparently the site is completely dead now.

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.