removed Taringa

pull/773/head
Siddharth Dushantha 4 years ago
parent 2dfa049416
commit cc09fd843b

@ -491,6 +491,14 @@
"urlMain": "https://tracr.co/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Taringa": {
"errorType": "status_code",
"regexCheck": "^[^.]*$",
"url": "https://www.taringa.net/{}",
"urlMain": "https://taringa.net/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
}

@ -972,7 +972,7 @@ As of 2020-09-23, Linkedin returns false positives because we are prompted with
```
## tracr.co
As of 2020-09-03, tracr.co returns false positives because the site seems to be shut down.
As of 2020-09-23, tracr.co returns false positives because the site seems to be shut down.
```
"tracr.co": {
"errorMsg": "No search results",
@ -983,4 +983,19 @@ As of 2020-09-03, tracr.co returns false positives because the site seems to be
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```
## Taringa
As of 2020-09-23, Taringa returns false positives.
```
"Taringa": {
"errorType": "status_code",
"regexCheck": "^[^.]*$",
"url": "https://www.taringa.net/{}",
"urlMain": "https://taringa.net/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

@ -1509,14 +1509,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"Taringa": {
"errorType": "status_code",
"regexCheck": "^[^.]*$",
"url": "https://www.taringa.net/{}",
"urlMain": "https://taringa.net/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Telegram": {
"errorMsg": "<meta property=\"og:description\" content=\"\">",
"errorType": "message",

Loading…
Cancel
Save