Skip to content

Commit

Permalink
removed Pling as it returns false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Jan 13, 2021
1 parent 684401c commit 34d5912
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
8 changes: 8 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -511,5 +511,13 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Pling": {
"errorMsg": "Resource not found",
"errorType": "message",
"url": "https://www.pling.com/u/{}/",
"urlMain": "https://www.pling.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
}

13 changes: 13 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1015,4 +1015,17 @@ As of 2021-01-13, Instagram returns false positives. This can be fixed by using
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## Pling
As of 2021-01-13, Pling returns false positives.
```
"Pling": {
"errorMsg": "Resource not found",
"errorType": "message",
"url": "https://www.pling.com/u/{}/",
"urlMain": "https://www.pling.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
```
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1170,14 +1170,6 @@
"username_claimed": "Facebook",
"username_unclaimed": "noonewouldeverusethis7"
},
"Pling": {
"errorMsg": "Resource not found",
"errorType": "message",
"url": "https://www.pling.com/u/{}/",
"urlMain": "https://www.pling.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"Plug.DJ": {
"errorType": "status_code",
"url": "https://plug.dj/@/{}",
Expand Down

0 comments on commit 34d5912

Please sign in to comment.