Commit graph

474 commits

Author SHA1 Message Date
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
Yahya SayadArbabi
e1bf68443c Merge branch 'patch-1' 2019-02-16 04:00:34 +03:30
Yahya SayadArbabi
a27c0a855e bump version 2019-02-16 04:00:24 +03:30
Beam OP
dc92fd6bb3
Update sites.md 2019-02-16 00:48:34 +01:00
Beam OP
9ea3c3a679
Added dev.to support 2019-02-16 00:45:44 +01:00
Christopher Kent Hoadley
b3d9e407c8
Merge pull request #169 from TheYahya/hoadlck-test-coverage6
More And More And More And More And More Tests (Fin)
2019-02-09 23:47:48 -06:00
Christopher K. Hoadley
d3f0bfd0fc Add test to ensure that all sites have test data. If they do not, then the person running the tests will be able to see the list of sites missing coverage. 2019-02-09 23:34:09 -06: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 Kent Hoadley
21fe11db51
Merge pull request #168 from TheYahya/hoadlck-test-coverage5
More And More And More And More Tests
2019-02-09 10:58:04 -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
Christopher K. Hoadley
c6e1bd3be7 Add Foursquare to tests. 2019-02-09 10:48:59 -06:00
Christopher K. Hoadley
a5da821872 Flipboard was broken. The error text that was being looked for was "loading", and there were real profiles that had this. Changed error text to be "loading...". This is so fragile... Add to tests. 2019-02-09 10:48:37 -06:00
Christopher K. Hoadley
af9ae4728c Add Flickr to tests. 2019-02-09 10:46:00 -06:00
Christopher K. Hoadley
73a4acfef0 Add Facebook to tests. 2019-02-09 10:45:46 -06:00
Christopher K. Hoadley
6d580f7035 Add Etsy to tests. 2019-02-09 10:45:29 -06:00
Christopher K. Hoadley
ea83a99995 Add Ello to tests. 2019-02-09 10:45:13 -06:00
Christopher K. Hoadley
cecda4a9b1 Add Ebay to tests. 2019-02-09 10:44:55 -06:00
Christopher K. Hoadley
f1bf0e4072 Add Disqus to tests. 2019-02-09 10:44:30 -06:00
Christopher K. Hoadley
1fc5d732a3 Add DeviantART to tests. 2019-02-09 10:44:14 -06:00
Christopher K. Hoadley
2719daf1e1 Add DailyMotion to tests. 2019-02-09 10:43:56 -06:00
Christopher K. Hoadley
a30182ea78 Add Crunchyroll to tests. 2019-02-09 10:43:37 -06:00
Christopher K. Hoadley
b326c3cbb8 Add Crevado to tests. 2019-02-09 10:43:20 -06:00
Christopher K. Hoadley
7dbb78d245 Add Coroflot to tests. 2019-02-09 10:42:59 -06:00
Christopher K. Hoadley
686ade4ec9 Add Contently to tests. 2019-02-09 10:42:40 -06:00
Christopher K. Hoadley
950e7da592 Correct ColourLovers profile URL. Use more reliable HTTP Status detection. Add to tests. 2019-02-09 10:42:16 -06:00
Christopher K. Hoadley
c992d9ea42 Add Coderwall to tests. 2019-02-09 09:07:14 -06:00
Christopher K. Hoadley
6ba6864629 Add Codepen to tests. 2019-02-09 09:06:56 -06:00