From 632065e3868808f8ba8422da98b17e8de1c71854 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 28 Dec 2018 21:15:42 +0100 Subject: [PATCH] added ImageShack --- data.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data.json b/data.json index 5ba1a571..ace39eb2 100644 --- a/data.json +++ b/data.json @@ -360,5 +360,10 @@ "MyAnimeList": { "url": "https://myanimelist.net/profile/{}", "errorType": "status_code" + }, + "ImageShack": { + "url": "https://imageshack.us/user/{}", + "errorType": "response_url", + "errorUrl": "https://imageshack.us/" } }