Skip to content

Commit

Permalink
Add gfycat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaier committed Apr 14, 2016
1 parent a05c67a commit b86cf0c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/gfycat.com.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "resolver",
"ns": "downthemall.net",
"prefix": "gfycat.com",
"match": "^https?://(?:www\\.|m\\.)?gfycat\\.com/[A-Z][a-zA-Z\\d]+",
"finder": "property=\"og:video\"\\s+?content=\"(http.+?)\".+?property=\"og:title\"\\s+content=\"(.*?)\"",
"builder": "{1}",
"namer": "{2}.mp4",
"static": true,
"cleanRequest": true
}

0 comments on commit b86cf0c

Please sign in to comment.