From 356aa56d2ae5e2a8e2aa6d6b963f0be5a28ce500 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Tue, 8 Nov 2011 09:25:41 +0100 Subject: [PATCH] pixhost.org: gone detection --- plugins/pixhost.org.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/pixhost.org.json b/plugins/pixhost.org.json index 27f8981..7ed7af3 100644 --- a/plugins/pixhost.org.json +++ b/plugins/pixhost.org.json @@ -5,5 +5,6 @@ "match": "^http://(?:[\\w\\d]+\\.)?pixhost\\.org/show/", "finder": "id=\"show_image\"\\s+src=\"(.+?)\"", "builder": "{1}", - "static": true -} \ No newline at end of file + "static": true, + "gone": "exist|Нет изображения" +}