From 3d4682e2794202ab3d4791c52bcd5e149afb3f77 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 28 Dec 2018 21:49:56 +0100 Subject: [PATCH] added MeetMe --- data.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data.json b/data.json index 1de1355b..35499672 100644 --- a/data.json +++ b/data.json @@ -369,5 +369,10 @@ "Badoo": { "url": "https://badoo.com/profile/{}", "errorType": "status_code" + }, + "MeetMe": { + "url": "https://www.meetme.com/{}", + "errorType": "response_url", + "errorUrl": "https://www.meetme.com/" } }