Girls Only Scraper

Bug #493452 reported by Ged Walsh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dosage
Confirmed
Low
Unassigned

Bug Description

class GirlsOnly(BasicScraper):
    imageUrl = 'http://artblock-go.smackjeeves.com/comics/%s'
    imageSearch = compile(r'<img src="(http://img1.smackjeeves.com/images/uploaded/comics/.+?|http://artblock.tegnebordet.dk/girlsonly/.+?)"')
    prevSearch = compile(r'<a href="(.+?)"><img id="sj_nav_prev_img"')
    starter = bounceStarter('http://artblock-go.smackjeeves.com/comics/', compile(r'<a href="(.+?)"><img id="sj_nav_next_img" '))
    help = 'Index format: some-nnn/stripname-stripnumber'
    def namer(cls, imageUrl, pageUrl):
        return pageUrl.split('/')[-2]

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 :

This is a SmackJeeves comic, it should go in that module once someone figures that out.

Changed in dosage:
status: In Progress → Confirmed
milestone: 1.7.0 → none
assignee: Tristan Seligmann (mithrandi) → nobody
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.