Skip to content

Commit

Permalink
plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Feb 25, 2010
1 parent 0e75214 commit 455bf04
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion plugins/anonym.to.json
Expand Up @@ -5,5 +5,6 @@
"prefix": "anonym.to",
"match": "^http://(.*?)anonym\\.to/\\?",
"pattern": "^http://(.*?)anonym\\.to/\\?",
"replacement": ""
"replacement": "",
"noFilter": true
}
8 changes: 8 additions & 0 deletions plugins/dumppix.com.json
@@ -0,0 +1,8 @@
{
"type": "redirector",
"ns": "downthemall.net",
"prefix": "dumppix.com",
"match": "^http://(www\\.)?dumppix\\.com/viewer.php",
"pattern": "viewer\\.php\\?file=",
"replacement": "images/"
}
3 changes: 2 additions & 1 deletion plugins/rapidshare.com.json
Expand Up @@ -4,5 +4,6 @@
"prefix": "rapidshare.com Direct Download",
"match": "rapidshare\\.com/files/[^?]*?(?!\\?directstart=1)$",
"pattern": "(.)$",
"replacement": "$1?directstart=1"
"replacement": "$1?directstart=1",
"noFilter": true
}
2 changes: 1 addition & 1 deletion plugins/uppix.info.json
Expand Up @@ -2,7 +2,7 @@
"type": "resolver",
"ns": "downthemall.net",
"prefix": "uppix.info",
"match": "^http://(www\\.)?(?:uppix\\.info|celebsavenue\\.com)/Pics/.*php$",
"match": "^http://(www\\.)?(?:uppix\\.info|celebsavenue\\.com)/Pics/.*php",
"finder": "id=\"dpic\".*?src=(\"|')(.+?)\\1",
"builder": "{2}",
"static": true
Expand Down

0 comments on commit 455bf04

Please sign in to comment.