Added DarthsAndDroids
This commit is contained in:
parent
7e77bce0a3
commit
93318c1d0c
1 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,15 @@ class DarkWings(_BasicScraper):
|
||||||
help = 'Index format: yyyy/mm/dd/page-nn-mm'
|
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):
|
class DasLebenIstKeinPonyhof(_BasicScraper):
|
||||||
url = 'http://sarahburrini.com/wordpress/'
|
url = 'http://sarahburrini.com/wordpress/'
|
||||||
rurl = escape(url)
|
rurl = escape(url)
|
||||||
|
|
Loading…
Reference in a new issue