Skip to content

Commit

Permalink
Merge pull request sherlock-project#39 from boardens/patch-1
Browse files Browse the repository at this point in the history
Added support for 14 social networks.  We really need to agree on the Scope Of Sherlock, but there is no reason to not add these in.
  • Loading branch information
hoadlck committed Dec 30, 2018
2 parents 55b6ffa + fd11e60 commit 6257015
Showing 1 changed file with 74 additions and 0 deletions.
74 changes: 74 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,79 @@
"url": "https://www.quora.com/profile/{}",
"urlMain": "https://www.quora.com/",
"errorType": "status_code"
},
"Pixabay": {
"url": "https://pixabay.com/en/users/{}",
"urlMain": "https://pixabay.com/",
"errorType": "status_code"
},
"Giphy": {
"url": "https://giphy.com/{}",
"urlMain": "https://giphy.com/",
"errorType": "status_code"
},
"Taringa": {
"url": "https://www.taringa.net/{}",
"urlMain": "https://taringa.net/",
"errorType": "message",
"errorMsg": "Lo que estás buscando no está por aquí."
},
"SourceForge": {
"url": "https://sourceforge.net/u/{}",
"urlMain": "https://sourceforge.net/",
"errorType": "status_code"
},
"Codepen": {
"url": "https://codepen.io/{}",
"urlMain": "https://codepen.io/",
"errorType": "status_code"
},
"Launchpad": {
"url": "https://launchpad.net/~{}",
"urlMain": "https://launchpad.net/",
"errorType": "status_code"
},
"Photobucket": {
"url": "https://photobucket.com/user/{}/library",
"urlMain": "https://photobucket.com/",
"errorType": "status_code"
},
"Wix": {
"url": "https://{}.wix.com",
"urlMain": "https://wix.com/",
"errorType": "status_code"
},
"Crevado": {
"url": "https://{}.crevado.com",
"urlMain": "https://crevado.com/",
"errorType": "status_code"
},
"Carbonmade": {
"url": "https://{}.carbonmade.com",
"urlMain": "https://carbonmade.com/",
"errorType": "message",
"errorMsg": "You've accidentally stumbled upon Mike's super secret nap grotto."
},
"Coroflot": {
"url": "https://www.coroflot.com/{}",
"urlMain": "https://coroflot.com/",
"errorType": "status_code"
},
"Jimdo": {
"url": "https://{}.jimdosite.com",
"urlMain": "https://jimdosite.com/",
"errorType": "status_code",
"noPeriod": "True"
},
"Repl.it": {
"url": "https://repl.it/@{}",
"urlMain": "https://repl.it/",
"errorType": "message",
"errorMsg": "404"
},
"Issuu": {
"url": "https://issuu.com/{}",
"urlMain": "https://issuu.com/",
"errorType": "status_code"
}
}

0 comments on commit 6257015

Please sign in to comment.