Skip to content

Commit

Permalink
removed Quizlet
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Aug 29, 2023
1 parent 9214fc4 commit 5872269
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
7 changes: 7 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,5 +803,12 @@
"url": "https://www.munzee.com/m/{}",
"urlMain": "https://www.munzee.com/",
"username_claimed": "blue"
},
"Quizlet": {
"errorMsg": "Page Unavailable",
"errorType": "message",
"url": "https://quizlet.com/{}",
"urlMain": "https://quizlet.com",
"username_claimed": "blue"
}
}
13 changes: 13 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1771,4 +1771,17 @@ As of 2023.08.29, Munzee requires us to be logged into the site in order to chec
"urlMain": "https://www.munzee.com/",
"username_claimed": "blue"
}
```

## Quizlet
As of 2023.08.29 Quizlet requires us to enable JavaScript to check if a user exsits on the website

```json
"Quizlet": {
"errorMsg": "Page Unavailable",
"errorType": "message",
"url": "https://quizlet.com/{}",
"urlMain": "https://quizlet.com",
"username_claimed": "blue"
}
```
7 changes: 0 additions & 7 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1584,13 +1584,6 @@
"urlMain": "https://pypi.org",
"username_claimed": "Blue"
},
"Quizlet": {
"errorMsg": "Page Unavailable</title>",
"errorType": "message",
"url": "https://quizlet.com/{}",
"urlMain": "https://quizlet.com",
"username_claimed": "blue"
},
"Rajce.net": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9@_-]$",
Expand Down

0 comments on commit 5872269

Please sign in to comment.