From d0031b65c892ca13e2882d71b0d8d83df0a98f99 Mon Sep 17 00:00:00 2001 From: Peter B Date: Tue, 7 Jan 2014 22:47:58 -0500 Subject: [PATCH] Added "Stand Still. Stay Silent." comic. --- dosagelib/plugins/s.py | 11 +++++++++++ 1 file changed, 11 insertions(+) mode change 100644 => 100755 dosagelib/plugins/s.py diff --git a/dosagelib/plugins/s.py b/dosagelib/plugins/s.py old mode 100644 new mode 100755 index 6fb537933..6646c60dd --- a/dosagelib/plugins/s.py +++ b/dosagelib/plugins/s.py @@ -459,6 +459,17 @@ class SPQRBlues(_BasicScraper): help = 'Index format: number' +class StandStillStaySilent(_BasicScraper): + url = 'http://www.sssscomic.com/comic.php' + rurl = escape(url) + stripUrl = url + '?page=%s' + firstStripUrl = stripUrl % '1' + imageSearch = compile(tagre("img", "src", r"(comicpages/[^']+)", before="comicnormal", quote="'")) + prevSearch = compile(tagre("a", "href", r"([^']+)", quote="'") + tagre("div", "id", r'navprev', quote="'")) + help = 'Index Format: number' + description = u'"Stand Still. Stay Silent" is a post-apocalyptic adventure story with a rather light tone and careless pace.' + + # XXX disallowed by robots.txt class _StationV3(_BasicScraper): url = 'http://www.stationv3.com/'