Added DarthsAndDroids

This commit is contained in:
Faldrian 2013-08-19 19:18:02 +02:00
parent 7e77bce0a3
commit 93318c1d0c

View file

@ -81,6 +81,15 @@ class DarkWings(_BasicScraper):
help = 'Index format: yyyy/mm/dd/page-nn-mm'
class DarthsAndDroids(_BasicScraper):
url = 'http://www.darthsanddroids.net/'
stripUrl = url + 'episodes/%s.html'
firstStripUrl = stripUrl % '0001'
description = u'Darths & Droids is an "RPG screencap comic".'
prevSearch = compile(tagre("a", "href", r'(/episodes/\d\d\d\d.html)') + '<PREVIOUS' )
imageSearch = compile(tagre("img", "src", r'(/comics/darths\d\d\d\d\.jpg)'))
class DasLebenIstKeinPonyhof(_BasicScraper):
url = 'http://sarahburrini.com/wordpress/'
rurl = escape(url)