Skip to content

Commit

Permalink
Fix #122: Add imgtrex.com plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
derbenx authored and poke committed Oct 8, 2016
1 parent 7914d03 commit d4d3b64
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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
}

0 comments on commit d4d3b64

Please sign in to comment.