Add DangerouslyChloe.
One of the Pixie Trix Comix.
This commit is contained in:
parent
4036ce06ef
commit
d668f5fc1e
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,14 @@ class _DandyAndCompany(_BasicScraper):
|
|||
help = 'Index format: none'
|
||||
|
||||
|
||||
class DangerouslyChloe(_BasicScraper):
|
||||
url = 'http://www.dangerouslychloe.com/'
|
||||
stripUrl = url + 'strips-dc/%s'
|
||||
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-dc/[^"]+)', before="cn[id]prevt"))
|
||||
help = 'Index format: name'
|
||||
|
||||
|
||||
class DarkWings(_BasicScraper):
|
||||
url = 'http://www.flowerlarkstudios.com/dark-wings/'
|
||||
stripUrl = url + '%s'
|
||||
|
|
Loading…
Reference in a new issue