From 969e633877f2c0b28939cc16059d10dfa65695a0 Mon Sep 17 00:00:00 2001 From: John Safrit Date: Sun, 8 Jan 2017 17:39:59 -0500 Subject: [PATCH] Fix pattern for The Devils Panties --- dosagelib/plugins/t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/plugins/t.py b/dosagelib/plugins/t.py index 10f65e091..963edba31 100644 --- a/dosagelib/plugins/t.py +++ b/dosagelib/plugins/t.py @@ -25,7 +25,7 @@ class TheDevilsPanties(_BasicScraper): url = 'http://thedevilspanties.com/' stripUrl = url + 'archives/%s' firstStripUrl = stripUrl % '300' - imageSearch = compile(tagre("img", "src", r'(http://cdn\.thedevilspanties\.com/comics/[^"]+)')) + imageSearch = compile(tagre("img", "src", r'(http://origin\.thedevilspanties\.com/comics/[^"]+)')) prevSearch = compile(tagre("a", "href", r'(/archives/\d+)', after="Previous")) help = 'Index format: number'