Skip to content

Commit e3066a1

Browse files
committed
fix:added the username_claimed field
1 parent 017c08a commit e3066a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sherlock_project/resources/data.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2880,15 +2880,16 @@
28802880
"username_claimed": "freddier",
28812881
"request_method": "GET"
28822882
},
2883-
"BabyRu": {
2883+
"BabyRu": {
28842884
"url": "https://www.baby.ru/u/{}",
28852885
"urlMain": "https://www.baby.ru/",
28862886
"errorType": "message",
28872887
"errorMsg": [
28882888
"Страница, которую вы искали, не найдена",
28892889
"Доступ с вашего IP-адреса временно ограничен"
28902890
],
2891-
"regexCheck": false
2891+
"regexCheck": false,
2892+
"username_claimed": null
28922893
}
28932894

28942895
}

0 commit comments

Comments
 (0)