Commit graph

717 commits

Author SHA1 Message Date
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
b6350b196a
Merge pull request #189 from tdh8316/patch-1
Update repository URL to sherlock-project
2019-03-10 10:34:22 +03:30
Donghyeok Tak
2e08286f0f
Update repository URL to sherlock-project 2019-03-10 10:07:16 +09:00
Yahya SayadArbabi
f3528df0c4
Add website 2019-03-09 19:06:52 +03:30
Yahya SayadArbabi
c6f75744b8 Merge branch 'fixed-mix-tabs' 2019-03-09 16:49:51 +03:30
jenchieh
8b6b14fc6a Fixed mixed of tabs and spaces in a single file. 2019-03-09 19:33:42 +08:00
Yahya SayadArbabi
05353201b3
Merge pull request #187 from jcs-PR/master
New preview in the README file.
2019-03-09 10:50:48 +03:30
jenchieh
0bddb11a80 Remove weird text in the gif file. 2019-03-09 15:04:55 +08:00
jenchieh
a8cc3a0596 Add width and height attribute. 2019-03-09 14:50:55 +08:00
jenchieh
0f3caf7c62 Fixed img tag syntax. 2019-03-09 14:49:43 +08:00
jenchieh
121fbe40df Update preview link. 2019-03-09 14:45:30 +08:00
jenchieh
1c1cb03178 Add sherlock preview imaage. 2019-03-09 14:45:07 +08:00
Yahya SayadArbabi
51c3756eaf
Merge pull request #186 from jcs-PR/master
Put the original creator to license section.
2019-03-08 20:26:53 +03:30
jenchieh
56b4aa16a9 Put the original creator to license section. 2019-03-08 21:18:33 +08:00
Yahya SayadArbabi
55b1fa5c44 bump version 2019-03-08 16:11:25 +03:30
jenchieh
a67387d711 Remove duplicate import. 2019-03-08 19:44:50 +08:00
jenchieh
71b6c2149e Put docstring inside the function. 2019-03-08 19:44:29 +08:00
Yahya SayadArbabi
34e72a0622 Resolve conflicts 2019-03-08 13:32:38 +03:30
Yahya SayadArbabi
ed3dddde65 bump version 2019-03-08 13:31:15 +03:30
Yahya SayadArbabi
760a0f5f33 Merge branch 'patch-5' 2019-03-08 13:25:51 +03:30
Yahya SayadArbabi
6c5656a84b bump version 2019-03-08 13:25:38 +03:30
Jen-Chieh
972d7dceea Org code for removing all the purpose print functions. 2019-03-08 13:40:58 +08:00
cclauss
47fac5943f
Use compound if statement rather than "if and"
This approach is a bit strange to read the first few time but has advantages in that it is easier to get right and faster to execute.

The interactions between `and`, `or`, `not`, and `()` can get confusing for new coders.  For example, the code line 308 does not match the comment on 307 and I believe that in this case the comment correct and the code is wrong (for values < 200) because it is missing parens.  I believe that __200 <= status_code < 300__ produces the correct results in a readable (semi-)intuitive code.
```
>>> for status_code in (-1, 1, 199, 200, 201, 299, 300, 301, 1000):
...     print(not status_code >= 300 or status_code < 200,
...           not (status_code >= 300 or status_code < 200),
...           200 <= status_code < 300)
...
True False False
True False False
True False False
True True True
True True True
True True True
False False False
False False False
False False False
```
2019-03-07 23:57:56 +01:00
Yahya SayadArbabi
d06bc83495
Merge pull request #181 from sdushantha/patch-3
added logo and more sheilds
2019-02-28 15:04:55 +03:30
Siddharth Dushantha
f65791ae08
new added logo and more sheilds 2019-02-28 09:32:59 +01:00
Yahya SayadArbabi
c5e2d577c7
Merge pull request #180 from sdushantha/patch-2
added twitter shield
2019-02-28 10:34:12 +03:30
Siddharth Dushantha
da6308c2ad
added twitter shield 2019-02-27 19:13:20 +01:00
Yahya SayadArbabi
86269c0307 Merge branch 'QingChongNotAnAsian/no_not_found' 2019-02-27 11:50:21 +03:30
Yahya SayadArbabi
bbc056cd1d Bump version 2019-02-27 11:48:37 +03:30
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
Tait Hoyem
8b78e66d41 Add new option name to README 2019-02-26 16:56:12 +00:00
Tait Hoyem
74eefe02ca Rename option to --print-found 2019-02-26 16:54:49 +00:00
Tait Hoyem
d83e602db5 Update README with --nonotfound option 2019-02-26 04:38:24 +00:00
Tait Hoyem
2750538e2e Add option to not show 'Not Found!' messages. 2019-02-26 04:35:52 +00:00
Christopher Kent Hoadley
eee1be14aa
Merge pull request #176 from sdushantha/patch-1
Added stargazers graph to README
2019-02-24 06:36:25 -06:00
Siddharth Dushantha
36b6a1f39b
Added stargazers graph to README 2019-02-24 08:06:51 +01:00
Christopher K. Hoadley
0f8e734d78 Bump version. 2019-02-21 07:15:44 -06: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 Kent Hoadley
18718938c6
Merge pull request #173 from TheYahya/hoadlck-500px-fix
Fix False Positive On 500px
2019-02-16 19:51:07 -06:00
Christopher K. Hoadley
4fa8de4758 Update version. 2019-02-16 19:49:21 -06: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
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