From bb351542af6bec11e8255c44da62278334919a35 Mon Sep 17 00:00:00 2001 From: Ivan Paramonau Date: Mon, 28 Oct 2024 10:32:38 -0400 Subject: [PATCH] tests: gifs.com is n/a --- plugins/domains/i.gifs.com.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 plugins/domains/i.gifs.com.js 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