Add Odysee support
- Add Odysee platform to sherlock database- Uses canonical link detection for non-existent users- URL pattern: https://odysee.com/@\{username\}- Detects error via canonical redirect to main site
This commit is contained in:
parent
3c270173a7
commit
0afd2006c6
|
|
@ -1321,7 +1321,7 @@
|
||||||
"username_claimed": "laurent"
|
"username_claimed": "laurent"
|
||||||
},
|
},
|
||||||
"Jupyter Community Forum": {
|
"Jupyter Community Forum": {
|
||||||
"errorMsg": "Oops! That page doesn't exist or is private.",
|
"errorMsg": "Oops! That page doesn’t exist or is private.",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"url": "https://discourse.jupyter.org/u/{}/summary",
|
"url": "https://discourse.jupyter.org/u/{}/summary",
|
||||||
"urlMain": "https://discourse.jupyter.org",
|
"urlMain": "https://discourse.jupyter.org",
|
||||||
|
|
@ -1951,7 +1951,7 @@
|
||||||
"username_claimed": "Blue"
|
"username_claimed": "Blue"
|
||||||
},
|
},
|
||||||
"Python.org Discussions": {
|
"Python.org Discussions": {
|
||||||
"errorMsg": "Oops! That page doesn't exist or is private.",
|
"errorMsg": "Oops! That page doesn’t exist or is private.",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"url": "https://discuss.python.org/u/{}/summary",
|
"url": "https://discuss.python.org/u/{}/summary",
|
||||||
"urlMain": "https://discuss.python.org",
|
"urlMain": "https://discuss.python.org",
|
||||||
|
|
@ -2060,7 +2060,7 @@
|
||||||
"username_claimed": "asuna-black"
|
"username_claimed": "asuna-black"
|
||||||
},
|
},
|
||||||
"Ruby Forums": {
|
"Ruby Forums": {
|
||||||
"errorMsg": "Oops! That page doesn't exist or is private.",
|
"errorMsg": "Oops! That page doesn’t exist or is private.",
|
||||||
"errorType": "message",
|
"errorType": "message",
|
||||||
"url": "https://ruby-forum.com/u/{}/summary",
|
"url": "https://ruby-forum.com/u/{}/summary",
|
||||||
"urlMain": "https://ruby-forums.com",
|
"urlMain": "https://ruby-forums.com",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue