now the same as offical version
This commit is contained in:
parent
dae2698102
commit
1e94a3c7c5
1 changed files with 0 additions and 20 deletions
|
@ -8,26 +8,6 @@ from ..scraper import _BasicScraper
|
|||
from ..helpers import indirectStarter
|
||||
from ..util import tagre
|
||||
|
||||
class Gaia(_BasicScraper):
|
||||
description = u'Gaia, a story about the nature of reality, and the answer to Lilith?s simple, meek, world-shattering question: ?Will you come along??'
|
||||
url = 'http://www.sandraandwoo.com/gaia/'
|
||||
rurl = escape(url)
|
||||
stripUrl = url + '%s/'
|
||||
firstStripUrl = stripUrl % '2000/01/01/welcome-to-gaia/'
|
||||
imageSearch = compile(tagre("img", "src", r'(%scomics/\d+-\d+-\d+-[^"]+)' % rurl))
|
||||
prevSearch = compile(tagre("a", "href", r'(%s\d+/\d+/\d+/[^"]+/)' % rurl, after="prev"))
|
||||
help = 'Index format: yyyy/mm/dd/number-stripname'
|
||||
|
||||
class GaiaGerman(_BasicScraper):
|
||||
description = u'Gaia, eine Geschichte über das Wesen der Wirklichkeit und die Antwort auf Liliths einfache, bescheidene, welterschütternde Frage: ?Kommt ihr mit??'
|
||||
url = 'http://www.sandraandwoo.com/gaiade/'
|
||||
rurl = escape(url)
|
||||
stripUrl = url + '%s/'
|
||||
firstStripUrl = stripUrl % '2000/01/01/welcome-to-gaia/'
|
||||
imageSearch = compile(tagre("img", "src", r'(%scomics/\d+-\d+-\d+-[^"]+)' % rurl))
|
||||
prevSearch = compile(tagre("a", "href", r'(%s\d+/\d+/\d+/[^"]+/)' % rurl, after="prev"))
|
||||
help = 'Index format: yyyy/mm/dd/number-stripname'
|
||||
lang = 'de'
|
||||
|
||||
class Galaxion(_BasicScraper):
|
||||
url = 'http://galaxioncomics.com/'
|
||||
|
|
Loading…
Reference in a new issue