From ecd59455b047f201c1d5a8df0e21868a86116a17 Mon Sep 17 00:00:00 2001 From: Nuung Date: Wed, 9 Oct 2024 18:31:06 +0900 Subject: [PATCH 1/3] Add support for velog --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 8f38fd0..5cabf01 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2184,6 +2184,12 @@ "urlMain": "https://vsco.co/", "username_claimed": "blue" }, + "Velog": { + "errorType": "status_code", + "url": "https://velog.io/{}/posts", + "urlMain": "https://velog.io/", + "username_claimed": "nuung" + }, "Velomania": { "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0438 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.", "errorType": "message", From 4ef9e6b0de7a5a078e239992e1fad77ae63caecb Mon Sep 17 00:00:00 2001 From: Nuung Date: Wed, 9 Oct 2024 18:52:36 +0900 Subject: [PATCH 2/3] modify: I forgot to adding @ --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 5cabf01..bff563b 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2186,7 +2186,7 @@ }, "Velog": { "errorType": "status_code", - "url": "https://velog.io/{}/posts", + "url": "https://velog.io/@{}/posts", "urlMain": "https://velog.io/", "username_claimed": "nuung" }, From ef751d34f28cbeb93f736f17593a20eea2846f0e Mon Sep 17 00:00:00 2001 From: Nuung Date: Wed, 9 Oct 2024 19:11:51 +0900 Subject: [PATCH 3/3] modify: velog's username_claimed value --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index bff563b..f4e02c6 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2188,7 +2188,7 @@ "errorType": "status_code", "url": "https://velog.io/@{}/posts", "urlMain": "https://velog.io/", - "username_claimed": "nuung" + "username_claimed": "qlgks1" }, "Velomania": { "errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0438 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.",