From 678061495793e0f9eb3a7232d76b7b169cded64b Mon Sep 17 00:00:00 2001 From: Czechball Date: Thu, 3 Jan 2019 03:47:27 +0100 Subject: [PATCH] Added YouPic, Letterboxd, House-Mixes and Coderwall --- data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data.json b/data.json index e490c3d8..616a8678 100644 --- a/data.json +++ b/data.json @@ -548,5 +548,17 @@ "urlMain": "https://www.house-mixes.com/", "errorType": "message", "errorMsg": "Profile Not Found" + }, + "Letterboxd": { + "url": "https://letterboxd.com/{}", + "urlMain": "https://letterboxd.com/", + "errorType": "message", + "errorMsg": "Sorry, we can’t find the page you’ve requested." + }, + "Coderwall": { + "url": "https://coderwall.com/{}", + "urlMain": "https://coderwall.com/", + "errorType": "message", + "errorMsg": "404! Our feels when that url is used" } }