Skip to content

Commit

Permalink
Merge pull request sherlock-project#538 from elvisyjlin/fix_several_d…
Browse files Browse the repository at this point in the history
…etection_methods

Fix Several Detection Methods
  • Loading branch information
sdushantha committed Mar 5, 2020
2 parents 7a86d0c + aa8f5e9 commit 02023f6
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,14 @@
"username_claimed": "adam",
"username_unclaimed": "noonewouldeverusethis"
},
"Insanejournal": {
"errorType": "status_code",
"rank": 29889,
"url": "http://{}.insanejournal.com/profile",
"urlMain": "insanejournal.com",
"username_claimed": "blue",
"username_unclaimed": "dlyr6cd"
},
"Instagram": {
"errorMsg": "The link you followed may be broken",
"errorType": "message",
Expand Down Expand Up @@ -1634,13 +1642,13 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Telegram": {
"errorMsg": "<meta property=\"twitter:title\" content=\"Telegram: Contact",
"errorType": "message",
"rank": 353,
"errorType": "response_url",
"errorUrl": "https://telegram.org",
"rank": 385,
"url": "https://t.me/{}",
"urlMain": "https://t.me/",
"username_claimed": "saman",
"username_unclaimed": "noonewouldeverusethis7"
"username_unclaimed": "i_do_not_believe_this_account_exists_at_all"
},
"Tellonym.me": {
"errorType": "status_code",
Expand Down Expand Up @@ -1740,10 +1748,12 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Twitter": {
"errorMsg": "page doesn\u2019t exist",
"errorType": "message",
"rank": 49,
"url": "https://www.twitter.com/{}?lang=en",
"errorType": "status_code",
"headers": {
"User-Agent": ""
},
"rank": 42,
"url": "https://www.twitter.com/{}",
"urlMain": "https://www.twitter.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
Expand Down

0 comments on commit 02023f6

Please sign in to comment.