Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from sherlock-project:master #19

Merged
merged 24 commits into from
Oct 4, 2022
Merged
Changes from 2 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
33ff48b
Added Rumble site
EduardoJTR Sep 20, 2022
30ac18f
Added Cults3D support
DottaPaperella Oct 3, 2022
cae2c7f
added WolframalphaForum support
DottaPaperella Oct 3, 2022
aae17f1
Added PepperIT
DottaPaperella Oct 3, 2022
f2c24e3
Added PepperIT
DottaPaperella Oct 3, 2022
ecd7527
Added Sessionize to sites
sawanmsis Oct 3, 2022
1225c61
Added site slides.com
sawanmsis Oct 3, 2022
d708a05
fix typo
sawanmsis Oct 3, 2022
06f6140
add regex for g2g username. fix #1509
SG5 Oct 3, 2022
4cb0312
Merge pull request #1514 from SG5/g2g_username
sdushantha Oct 4, 2022
35d8863
Merge pull request #1501 from DottaPaperella/Cults3D
sdushantha Oct 4, 2022
040f0e6
Merge pull request #1502 from DottaPaperella/WolframalphaForum_status
sdushantha Oct 4, 2022
8e1d5b2
Merge pull request #1503 from DottaPaperella/PepperIT
sdushantha Oct 4, 2022
ed286a6
Merge pull request #1507 from sawanmsis/added_sessionize
sdushantha Oct 4, 2022
f7843a4
Merge pull request #1467 from EduardoJTR/master
sdushantha Oct 4, 2022
96886ba
removed mentioning that default value for NSFW is false
sdushantha Oct 4, 2022
f6bc856
updated site list
sdushantha Oct 4, 2022
7f856c1
updated comment.
sawanmsis Oct 4, 2022
37e3fd2
Merge pull request #1513 from sawanmsis/added_slides_com
sdushantha Oct 4, 2022
0cae7d0
Merge branch 'master' of https://github.com/sherlock-project/sherlock
sdushantha Oct 4, 2022
7674cc9
updated site list
sdushantha Oct 4, 2022
5bc99da
Added support for Google Developers
arnavgupta2003 Oct 4, 2022
1a6b284
Merge branch 'master' of https://github.com/arnavgupta2003/sherlock_H…
arnavgupta2003 Oct 4, 2022
11b519b
Merge pull request #1517 from arnavgupta2003/master
sdushantha Oct 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,13 @@
"username_claimed": "support",
"username_unclaimed": "noonewouldeverusethis7"
},
"WolframalphaForum": {
"errorType": "status_code",
"url": "https://community.wolfram.com/web/{}/home",
"urlMain": "https://community.wolfram.com/",
"username_claimed": "unico",
"username_unclaimed": "noonewouldeverusethis7"
},
"WordPress": {
"errorType": "response_url",
"errorUrl": "wordpress.com/typo/?subdomain=",
Expand Down