Something Like Life Scraper
Bug #491767 reported by
Ged Walsh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Dosage |
Fix Committed
|
Low
|
Tristan Seligmann |
Bug Description
class SomethingLikeLi
latestUrl = 'http://
imageUrl = 'http://
imageSearch = compile(r'<img src="(http://
prevSearch = compile(r'</a> <a href="(http://
help = 'Index format: nn'
There's a dead comic and a comic with a space in the url, youll have to manually pick up with SomethingLikeLi
Related branches
Changed in dosage: | |
assignee: | nobody → Tristan Seligmann (mithrandi) |
importance: | Undecided → Low |
milestone: | none → 1.7.0 |
status: | New → In Progress |
Changed in dosage: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
I have a (ugly) fix for URLs with spaces, may that help? I put it into my Darcs repository for testing...