Skip to content

Commit

Permalink
fix: manifest encoding error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Feb 3, 2025
1 parent b1fb7ac commit 1912cbd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
15 changes: 15 additions & 0 deletions docs/removed-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1955,3 +1955,18 @@ __2025-02-02 :__ Fiverr added CSRF protections that messed with this test
"username_claimed": "blueman"
}
```

## BabyRU
__2025-02-02 :__ Just being problematic
```json
"babyRU": {
"errorMsg": [
"\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0438\u0441\u043a\u0430\u043b\u0438, \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",
"Доступ с вашего IP-адреса временно ограничен"
],
"errorType": "message",
"url": "https://www.baby.ru/u/{}/",
"urlMain": "https://www.baby.ru/",
"username_claimed": "blue"
}
```
10 changes: 0 additions & 10 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2399,16 +2399,6 @@
"urlMain": "http://www.authorstream.com/",
"username_claimed": "blue"
},
"babyRU": {
"errorMsg": [
"\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430, \u043a\u043e\u0442\u043e\u0440\u0443\u044e \u0432\u044b \u0438\u0441\u043a\u0430\u043b\u0438, \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",
"Доступ с вашего IP-адреса временно ограничен"
],
"errorType": "message",
"url": "https://www.baby.ru/u/{}/",
"urlMain": "https://www.baby.ru/",
"username_claimed": "blue"
},
"babyblogRU": {
"errorType": "response_url",
"errorUrl": "https://www.babyblog.ru/",
Expand Down

0 comments on commit 1912cbd

Please sign in to comment.