Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,13 @@
"urlProbe": "https://www.duolingo.com/2017-06-30/users?username={}",
"username_claimed": "blue"
},
"e621": {
"errorMsg": "Not found.",
"errorType": "message",
"isNSFW": true,
"url": "https://e621.net/users/{}",
"urlMain": "https://e621.net",
},
Comment on lines +659 to +665
Copy link
Member

@ppfeister ppfeister Sep 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not compliant with schema --- username_claimed not present for tests

Additionally, illegal trailing comma on last element

"Eintracht Frankfurt Forum": {
"errorType": "status_code",
"regexCheck": "^[^.]*?$",
Expand Down