Commit graph

216 commits

Author SHA1 Message Date
Christopher K. Hoadley
40e6399492 Wikia has been renamed to Fandom. The old http://www.wikia.com/ site redirects to https://www.fandom.com/, so the detecton was not working. 2019-06-08 09:21:38 -05:00
Christopher K. Hoadley
81da16294e Convert Flipboard to use more reliable HTTP Status detection method. The site gives a clean 404 error. They changed their site response, so we were getting false positives. 2019-06-08 09:20:04 -05:00
Christopher K. Hoadley
63fae2902e Update site list and ranking. Update version. 2019-05-28 07:27:35 -05:00
Andrew Dinh
b8341a1e6a
Added Myspace to data.json 2019-05-28 00:37:37 +00:00
Christopher K. Hoadley
f996b417d9 Convert Taringa site to use more reliable status method. 2019-05-22 07:39:50 -05:00
Nico Stapelbroek
d5bdaf14a7 use urlProbe for Docker Hub 2019-05-21 22:05:23 +02:00
Nico Stapelbroek
c749880630 Add hub.docker.com 2019-05-21 22:01:52 +02:00
Christopher K. Hoadley
b685bd792f On 2019-04-02, Google shutdown Google Plus. While the content for some users is available after that point, it is going away. And, no one will be able to create a new account. So, there is no value is keeping it in Sherlock. 2019-04-07 20:49:09 -05:00
Christopher K. Hoadley
110e848efd StreamMe continues to give a "Timed Out" message. It also takes ~21s for it to finally time out, so it is adding to the search time and not doing any good for anyone. 2019-04-07 20:48:25 -05:00
Christopher K. Hoadley
ed08886982 Update rank and version information. 2019-04-07 11:26:11 -05:00
Christopher K. Hoadley
5709b365e7 Merge commit 'e28e2f76108c11805f57e0c32cf63a6563d115d9' 2019-04-07 11:11:31 -05:00
zero77
e28e2f7610 Update data.json
Add signal community
2019-04-06 14:22:37 +01:00
Christopher K. Hoadley
66f19f8c7b Update ranking results. Update version information. 2019-03-31 11:07:59 -05:00
Christopher K. Hoadley
76578d83a7 Add "urlProbe" to data area. While the results for YouNow work after putting the API URL in the "url" area, the printed results do not display properly. So, I needed to introduce the concept of a probe URL separate from the actual user URL. 2019-03-31 10:59:24 -05:00
beamop
ce3646ec4d Added younow.com support 2019-03-31 15:59:12 +02:00
Christopher K. Hoadley
e9ed7a5211 Update site information and version in readme. 2019-03-11 06:32:27 -05:00
Christopher K. Hoadley
f4cb2e9c66 Update Etsy claimed username test. The "blue" username is no longer valid. 2019-03-11 06:16:46 -05:00
Christopher K. Hoadley
c94f110171 Younow has changed their website such that you cannot see any user's profile unless you log in. So, it is now impossible to probe for the existence of a username. 2019-03-11 06:04:00 -05:00
Yahya SayadArbabi
adfb27433e Clean up 2019-02-27 11:48:02 +03:30
Tait Hoyem
c7dff0c2a5 Fix 2 failing tests on etsy. 2019-02-26 17:25:36 +00:00
Christopher K. Hoadley
37747c22c6 Provide valid claimed username. It appears that @zero77 just cloned an existing entry and did not really run the tests. 2019-02-21 07:15:19 -06:00
Christopher K. Hoadley
9f0a58467d Update rank information and supported site list. 2019-02-21 07:02:11 -06:00
zero77
b4ef40d627
Update data.json 2019-02-17 17:40:11 +00:00
Christopher K. Hoadley
61cad384df Fix false positive for 500px. The site changed their error text, so Sherlock started reporting false positives. 2019-02-16 19:48:39 -06:00
Beam OP
9ea3c3a679
Added dev.to support 2019-02-16 00:45:44 +01:00
Christopher K. Hoadley
419c62f675 Update sites now that a couple had to be removed. Update rank as well (since the rank information gets purged from the JSON if you do not add this option). 2019-02-09 20:43:50 -06:00
Christopher K. Hoadley
9633aaba67 Remove BlackPlanet site. This site has always returned a false positive. I looked into it and discovered that the site returns the exact same text for a claimed or an unclaimed username. The site must be rendering all of the different content using Javascript in the browser. So, there is no way distinguish between the results with the current design of Sherlock. 2019-02-09 20:32:35 -06:00
Christopher K. Hoadley
5637ab88d9 Remove Fotolog site. I get a 502 HTTP error (bad gateway) for any access. It does not seem to be working, so there is no sense in including it in Sherlock. 2019-02-09 20:29:19 -06:00
Christopher K. Hoadley
19d73ac118 Convert Zhihu to use Response URL detection. For some reason the site returns a 405 HTTP Status for a known user (e.g. https://www.zhihu.com/people/blue). Add to tests. 2019-02-09 20:23:01 -06:00
Christopher K. Hoadley
d62674fdb9 Add Wix to tests. 2019-02-09 20:19:00 -06:00
Christopher K. Hoadley
ff9470974e Convert WebNode to use more reliable HTTP Status detection. Add to tests. This site is slow. I sometimes get HTTP 504 errors when testing it. 2019-02-09 20:11:45 -06:00
Christopher K. Hoadley
1d7b76aabd Convert VK to use Response URL detection. For some reason, a query against a known profile (e.g. https://vk.com/smith), would return a 418 HTTP Status. Which is odd, because this HTTP Status means "I'm a teapot". It was defined as an April Fools' joke in 1998. If I use the Response URL detection method, I am able to get around this issue. Add to tests. 2019-02-09 20:05:55 -06:00
Christopher K. Hoadley
bb95811936 Convert Quora to use Response URL detection. For some reason, a query against a known profile (e.g. https://www.quora.com/profile/Matt-Riggsby) would return a 403 HTTP Status. Add to tests. 2019-02-09 19:54:15 -06:00
Christopher K. Hoadley
bf41b63c09 Add Plug.DJ to tests. 2019-02-09 19:01:04 -06:00
Christopher K. Hoadley
38661a95a0 Convert LiveJournal to use more reliable HTTP Status detection method. Add to tests. 2019-02-09 18:56:36 -06:00
Christopher K. Hoadley
75aba05399 Convert Carbonmade to use Response URL detection. This is much more robust than the Error Message method. There are some odd things going on with this site... When I manually try certain user names, I get forwarded to other usernames. I suspect that there is some aliasing going on in the background. The detection for this site is probably not quite correct. But, it definitly works better than before. Add to tests. 2019-02-09 18:55:55 -06:00
Christopher K. Hoadley
956e834f3f Add IFTTT to tests. 2019-02-09 10:53:41 -06:00
Christopher K. Hoadley
cb9d98a35f Add HubPages to tests. 2019-02-09 10:53:22 -06:00
Christopher K. Hoadley
32bdaea3bc Add Houzz to tests. 2019-02-09 10:53:01 -06:00
Christopher K. Hoadley
2a1d5a4df4 Add House-Mixes.com to tests. 2019-02-09 10:52:44 -06:00
Christopher K. Hoadley
618676d330 Add HackerOne to tests. 2019-02-09 10:52:18 -06:00
Christopher K. Hoadley
5d46a993ea Add HackerNews to tests. 2019-02-09 10:51:57 -06:00
Christopher K. Hoadley
8fdf1d9c60 Add Gumroad to tests. 2019-02-09 10:51:37 -06:00
Christopher K. Hoadley
d74e7ed40a Add Gravatar to tests. 2019-02-09 10:51:22 -06:00
Christopher K. Hoadley
fd176d8a3a Add Google Plus to tests. This site will be going away soon... 2019-02-09 10:51:06 -06:00
Christopher K. Hoadley
0ef2457aca Add GoodReads to tests. 2019-02-09 10:50:40 -06:00
Christopher K. Hoadley
f1083fa7d5 Add Gitee to tests. 2019-02-09 10:50:23 -06:00
Christopher K. Hoadley
1ac86f7b12 Add GitLab to tests. 2019-02-09 10:50:03 -06:00
Christopher K. Hoadley
273cfc62e3 Add GitHub to tests. 2019-02-09 10:49:44 -06:00
Christopher K. Hoadley
09f2b80e40 Add Giphy to tests. 2019-02-09 10:49:25 -06:00