# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs # Copyright (C) 2012-2013 Bastian Kleineidam from re import compile from ..scraper import _BasicScraper from ..helpers import bounceStarter, queryNamer, indirectStarter from ..util import tagre class PandyLand(_BasicScraper): url = 'http://pandyland.net/' stripUrl = url + '%s/' imageSearch = compile(tagre("img", "src", r'(http://pandyland\.net/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://pandyland\.net/\d+/)', after="prev")) help = 'Index format: number' class ParadigmShift(_BasicScraper): url = 'http://www.paradigmshiftmanga.com/' starter = indirectStarter(url, compile(tagre("a", "href", r'([^"]+)', after="next-comic-link"))) stripUrl = url + 'ps/%s.html' imageSearch = compile(tagre("img", "src", r'([^"]*comics/ps/[^"]*)')) prevSearch = compile(tagre("a", "href", r'([^"]+)', after="previous-comic-link")) help = 'Index format: custom' class PartiallyClips(_BasicScraper): url = 'http://partiallyclips.com/' stripUrl = url + '%s/' imageSearch = compile(tagre("img", "src", r'(http://partiallyclips\.com/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://partiallyclips\.com/[^"]+)', after="prev")) help = 'Index format: yyyy/mm/dd/stripname' class PastelDefender(_BasicScraper): url = 'http://www.pasteldefender.com/coverbackcover.html' stripUrl = 'http://www.pasteldefender.com/%s.html' imageSearch = compile(r'First Comic)Archives/Strip.+?|(?=.+?">Previous Comic)(?!.+?">First Comic)Strip.+?)"') help = 'Index format: n (unpadded)' class PennyAndAggie(_BasicScraper): url = 'http://www.pennyandaggie.com/' stripUrl = url + 'index.php?p=%s' imageSearch = compile(tagre("img", "src", r'(http://www\.pennyandaggie\.com/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r"(index\.php\?p=\d+)", quote="'") + tagre("img", "src", r'http://pennyandaggie\.com/images/previous_day\.gif', quote="")) starter = indirectStarter(url, prevSearch) help = 'Index format: n (unpadded)' class PennyArcade(_BasicScraper): url = 'http://penny-arcade.com/comic/' starter = bounceStarter(url, compile(tagre("a", "href", r'(http://penny-arcade\.com/comic/[^"]+)', before="btnNext")) ) stripUrl = url + '%s' imageSearch = compile(tagre("img", "src", r'(http://art\.penny-arcade\.com/photos/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://penny-arcade\.com/comic/[^"]+)', before="btnPrev")) help = 'Index format: yyyy/mm/dd' @classmethod def namer(cls, imageUrl, pageUrl): dummy, yyyy, mm, dd = pageUrl.rsplit('/', 3) return '%04d%02d%02d' % (int(yyyy), int(mm), int(dd)) class PeppermintSaga(_BasicScraper): url = 'http://www.pepsaga.com/' stripUrl = url + '?p=%s' imageSearch = compile(tagre("img", "src", r'(http://www\.pepsaga\.com/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://www\.pepsaga\.com/\?p=\d+)', after="prev")) help = 'Index format: number' class PicPakDog(_BasicScraper): url = 'http://www.picpak.net/' stripUrl = url + 'comics/%s/' imageSearch = compile(tagre("img", "src", r'(http://www\.picpak\.net/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://www\.picpak\.net/comics/[^"]+)', after="navi-prev")) help = 'Index format: yyyy/mm/dd/stripname' class Pixel(_BasicScraper): url = 'http://pixelcomic.net/' stripUrl = url + '%s.php' imageSearch = compile(tagre("img", "src", r'(\d+\.png)')) prevSearch = compile(tagre("a", "href", r'(http://pixelcomic\.net/\d+\.php)', before="prev")) help = 'Index format: nnn' class PiledHigherAndDeeper(_BasicScraper): url = 'http://www.phdcomics.com/comics/archive.php' starter = bounceStarter(url, compile(r'')) stripUrl = url + '?comicid=%s' imageSearch = compile(r'') help = 'Index format: n (unpadded)' namer = queryNamer('comicid', usePageUrl=True) class Pimpette(_BasicScraper): url = 'http://pimpette.ca/' stripUrl = url + 'index.php?date=%s' imageSearch = compile(tagre("img", "src", r'(strips/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(index\.php\?date=\d+)') + "Previous") help = 'Index format: yyyymmdd' class Precocious(_BasicScraper): url = 'http://www.precociouscomic.com/' starter = indirectStarter(url, compile(tagre("a", "href", r'(/archive/comic/[^"]+)') + tagre("img", "src", r"/templates/precocious_main/images/next_arrow\.png")) ) stripUrl = url + 'archive/comic/%s' imageSearch = compile(tagre("img", "src", r'(/comics/\d+\.jpg)')) prevSearch = compile(tagre("a", "href", r'(/archive/comic/[^"]+)') + tagre("img", "src", r"/templates/precocious_main/images/back_arrow\.png")) help = 'Index format: yyyy/mm/dd' class PvPonline(_BasicScraper): url = 'http://pvponline.com/comic' stripUrl = url + '%s' imageSearch = compile(tagre("img", "src", r'(http://newcdn\.pvponline\.com/img/comic/pvp[^"]+\.jpg)')) prevSearch = compile(tagre("a", "href", r'(http://pvponline\.com/comic/[^"]+)', after="Previous")) help = 'Index format: yyyy/mm/dd/stripname' class ProperBarn(_BasicScraper): url = 'http://www.nitrocosm.com/go/gag/' stripUrl = url + '%s/' imageSearch = compile(tagre("img", "src", r'(http://content\.nitrocosm\.com/gag/\d+\.[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://www\.nitrocosm\.com/go/gag/\d+/)', after="nav_btn_previous")) help = 'Index format: nnn' class PunksAndNerds(_BasicScraper): url = 'http://www.punksandnerds.com/' stripUrl = url + '?p=%s' imageSearch = compile(tagre("img", "src", r'(http://www\.punksandnerds\.com/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://www\.punksandnerds\.com/\?p=\d+)', after="navi-prev")) help = 'Index format: nnn' class PunksAndNerdsOld(_BasicScraper): url = 'http://original.punksandnerds.com/' stripUrl = url + 'd/%s.html' imageSearch = compile(r' src="(/comics/.+?)"') prevSearch = compile(r'>]+?>]+?src="/previouscomic.gif">') help = 'Index format: yyyymmdd' class PlanescapeSurvival(_BasicScraper): url = 'http://planescapecomic.com/' stripUrl = url + '%s.html' imageSearch = compile(r'src="(comics/.+?)"') prevSearch = compile(r'