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|Нет изображения" +}