Skip to content

Commit

Permalink
Fix HackerNews rate limit F+
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Apr 9, 2024
1 parent 1b14b88 commit cc95d4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,11 @@
"username_claimed": "naveennamani877"
},
"HackerNews": {
"errorMsg": "No such user.",
"::::README::::": "First errMsg invalid, second errMsg rate limited. Not ideal. Adjust for better rate limit filtering.",
"errorMsg": [
"No such user.",
"Sorry."
],
"errorType": "message",
"url": "https://news.ycombinator.com/user?id={}",
"urlMain": "https://news.ycombinator.com/",
Expand Down

0 comments on commit cc95d4e

Please sign in to comment.