From d4d3b64f9febe7f637135e7d6ee2c29442b40093 Mon Sep 17 00:00:00 2001 From: derbenx Date: Wed, 7 Sep 2016 03:51:10 -0400 Subject: [PATCH] Fix #122: Add imgtrex.com plugin --- plugins/imgtrex.com.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/imgtrex.com.json diff --git a/plugins/imgtrex.com.json b/plugins/imgtrex.com.json new file mode 100644 index 0000000..eda93ba --- /dev/null +++ b/plugins/imgtrex.com.json @@ -0,0 +1,10 @@ +{ + "type": "resolver", + "ns": "downthemall.net", + "prefix": "imgtrex.com", + "match": "^http://(www\\.)?imgtrex\\.com/.*?/.*?\\.jpg", + "finder": "src=\"(.+?)\".+?class=\"pic\".+?alt=\"(.+?)\"", + "builder": "{1}", + "namer": "{2}", + "static": true +}