Skip to content

Commit 79fb666

Browse files
committed
Fixing False Positive issue for LessWrong
1 parent f733f93 commit 79fb666

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

docs/removed-sites.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,4 +2005,21 @@ __2025-10-28 :__ cloudflare protection
20052005
"urlMain": "https://giphy.com/",
20062006
"username_claimed": "red"
20072007
},
2008-
```
2008+
```
2009+
2010+
## LessWrong
2011+
__2025-10-28 :__ return 200 status code for both existing and non existing users
2012+
```json
2013+
2014+
"LessWrong": {
2015+
"url": "https://www.lesswrong.com/users/{}",
2016+
"urlMain": "https://www.lesswrong.com/",
2017+
"errorType": "response_url",
2018+
"errorUrl": "https://www.lesswrong.com/",
2019+
"username_claimed": "habryka"
2020+
},
2021+
```
2022+
```
2023+
```
2024+
```
2025+
```

sherlock_project/resources/data.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,13 +1428,6 @@
14281428
"urlMain": "https://lemmy.world",
14291429
"username_claimed": "blue"
14301430
},
1431-
"LessWrong": {
1432-
"url": "https://www.lesswrong.com/users/{}",
1433-
"urlMain": "https://www.lesswrong.com/",
1434-
"errorType": "response_url",
1435-
"errorUrl": "https://www.lesswrong.com/",
1436-
"username_claimed": "habryka"
1437-
},
14381431
"Letterboxd": {
14391432
"errorMsg": "Sorry, we can\u2019t find the page you\u2019ve requested.",
14401433
"errorType": "message",

0 commit comments

Comments
 (0)