Add StickyDillyBuns.

One of the Pixie Trix Comix.
This commit is contained in:
Tobias Gruetzmacher 2013-03-03 22:03:27 +01:00
parent 1af8a99594
commit bf13b13ab6

View file

@ -209,6 +209,14 @@ class _StationV3(_BasicScraper):
help = 'Index format: yyyymmdd' help = 'Index format: yyyymmdd'
class StickyDillyBuns(_BasicScraper):
url = 'http://www.stickydillybuns.com/'
stripUrl = url + 'strips-sdb/%s'
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-sdb/[^"]+)', before="cn[id]prev"))
help = 'Index format: name'
class Stubble(_BasicScraper): class Stubble(_BasicScraper):
url = 'http://stubblecomics.com/' url = 'http://stubblecomics.com/'
stripUrl = url + '?p=%s' stripUrl = url + '?p=%s'