From f46a21b57a902de0f9a799d71e65be331e4f8d24 Mon Sep 17 00:00:00 2001 From: Czechball Date: Thu, 3 Jan 2019 03:22:27 +0100 Subject: [PATCH] Added House-Mixes.com --- data.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index db228e4..e490c3d 100644 --- a/data.json +++ b/data.json @@ -541,7 +541,12 @@ "YouPic": { "url": "https://youpic.com/photographer/{}", "urlMain": "https://youpic.com/", + "errorType": "status_code" + }, + "House-Mixes.com": { + "url": "https://www.house-mixes.com/profile/{}", + "urlMain": "https://www.house-mixes.com/", "errorType": "message", - "errorMsg": "404" + "errorMsg": "Profile Not Found" } }