diff --git a/plugins/domains/i.gifs.com.js b/plugins/domains/i.gifs.com.js deleted file mode 100644 index aa9fb684e..000000000 --- a/plugins/domains/i.gifs.com.js +++ /dev/null @@ -1,20 +0,0 @@ -export default { - - re: [ - /https?:\/\/j\.gifs\.com\/(\w+)\.gif$/i - ], - - getLink: function(urlMatch, cb) { - - cb ({ - redirect: "https://gifs.com/gif/--" + urlMatch[1] - }); - }, - - tests: [{ - noFeeds: true, - skipMethods: ["getLink"] - }, - "https://j.gifs.com/vM4o5O.gif" - ] -}; \ No newline at end of file