From 827cacc23635a243129b3fe4419dcae64c3caaf9 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Sun, 9 Aug 2020 13:54:14 +0530 Subject: [PATCH 1/2] Support for Strava --- sherlock/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 6f98b37b..dfc5985f 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1510,6 +1510,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Strava": { + "errorMsg": "Strava | Run and Cycling Tracking on the Social Network for Athletes", + "errorType": "message", + "url": "https://www.strava.com/athletes/{}", + "urlMain": "https://www.strava.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, "SublimeForum": { "errorType": "status_code", "url": "https://forum.sublimetext.com/u/{}", From 72da890e8f6b474dcae45d76ebf602c5fd23be49 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Sun, 9 Aug 2020 14:00:42 +0530 Subject: [PATCH 2/2] Added to Supported Sites List --- sites.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sites.md b/sites.md index a8e25f2a..9db3a4ca 100644 --- a/sites.md +++ b/sites.md @@ -1,4 +1,4 @@ -## List Of Supported Sites (303 Sites In Total!) +## List Of Supported Sites (304 Sites In Total!) 1. [2Dimensions](https://2Dimensions.com/) 2. [3dnews](http://forum.3dnews.ru/) 3. [4pda](https://4pda.ru/) @@ -302,3 +302,4 @@ 301. [uid](https://uid.me/) 302. [Warrior Forum](https://www.warriorforum.com/) 303. [Windy](https://windy.com/) +304. [Strava](https://www.strava.com/)