From 55808bd921a87d07e958596ee5c2f25eb72eb2ae Mon Sep 17 00:00:00 2001 From: Techwolf Date: Tue, 2 Feb 2021 01:55:04 -0800 Subject: [PATCH] Add MarryMe --- dosagelib/plugins/m.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dosagelib/plugins/m.py b/dosagelib/plugins/m.py index 83dbb37ce..1fbfb89cd 100644 --- a/dosagelib/plugins/m.py +++ b/dosagelib/plugins/m.py @@ -84,6 +84,15 @@ class MarriedToTheSea(_ParserScraper): return '%s-%s' % (date, filename) +class MarryMe(_ParserScraper): + url = 'http://marryme.keenspot.com/' + stripUrl = url + 'd/%s.html' + firstStripUrl = stripUrl % '20120730' + imageSearch = '//img[@class="ksc"]' + prevSearch = '//a[@rel="prev"]' + endOfLife = True + + class MaxOveracts(_ParserScraper): url = 'http://occasionalcomics.com/' stripUrl = url + '%s/'