Skip to content

Commit 8568ef7

Browse files
committed
fix: twitch f+
1 parent c6f7a99 commit 8568ef7

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/removed-sites.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,3 +1920,16 @@ __2025-02-02 :__ Can likely be added back with a new endpoint (source username a
19201920
"username_claimed": "user"
19211921
}
19221922
```
1923+
1924+
## Twitch
1925+
__2025-02-02 :__
1926+
```json
1927+
"Twitch": {
1928+
"errorType": "message",
1929+
"errorMsg": "components.availability-tracking.warn-unavailable.component",
1930+
"url": "https://www.twitch.tv/{}",
1931+
"urlMain": "https://www.twitch.tv/",
1932+
"urlProbe": "https://m.twitch.tv/{}",
1933+
"username_claimed": "jenny"
1934+
}
1935+
```

sherlock_project/resources/data.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,13 +2143,6 @@
21432143
"urlMain": "https://tweakers.net",
21442144
"username_claimed": "femme"
21452145
},
2146-
"Twitch": {
2147-
"errorType": "status_code",
2148-
"url": "https://www.twitch.tv/{}",
2149-
"urlMain": "https://www.twitch.tv/",
2150-
"urlProbe": "https://m.twitch.tv/{}",
2151-
"username_claimed": "jenny"
2152-
},
21532146
"Twitter": {
21542147
"errorMsg": "<div class=\"error-panel\"><span>User ",
21552148
"errorType": "message",

0 commit comments

Comments
 (0)