From 093c2dcddc693448148639973c2c594c7d388ef9 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 12 Feb 2013 21:14:44 +0100 Subject: [PATCH] Fix EyeOfRamalach --- dosagelib/plugins/e.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dosagelib/plugins/e.py b/dosagelib/plugins/e.py index dba8e66c6..770196d8e 100644 --- a/dosagelib/plugins/e.py +++ b/dosagelib/plugins/e.py @@ -135,8 +135,8 @@ class ExtraLife(_BasicScraper): class EyeOfRamalach(_BasicScraper): url = 'http://theeye.katbox.net/' stripUrl = url + 'archive/%s/' - imageSearch = compile(tagre("img", "src", r'(http://theeye\.katbox\.net/wp-content/webcomic/theeye/[^"]+)')) - prevSearch = compile(tagre("a", "href", r'(http://theeye\.katbox\.net/archive/[^"]+)', after="previous")) + imageSearch = compile(tagre("img", "src", r'(http://theeye\.katbox\.net/wp-content/uploads/[^"]+final[^"]+)')) + prevSearch = compile(tagre("a", "href", r'(http://theeye\.katbox\.net/comic/[^"]+)', after="previous")) help = 'Index format: n (unpadded)'