Merge pull request #2710 from Aaditya-Chunekar/add-sites
hacktoberfest: Added sites support
This commit is contained in:
commit
b69c8ef940
|
|
@ -149,6 +149,12 @@
|
||||||
"urlProbe": "https://archive.org/details/@{}?noscript=true",
|
"urlProbe": "https://archive.org/details/@{}?noscript=true",
|
||||||
"username_claimed": "blue"
|
"username_claimed": "blue"
|
||||||
},
|
},
|
||||||
|
"Arduino Forum": {
|
||||||
|
"errorType": "status_code",
|
||||||
|
"url": "https://forum.arduino.cc/u/{}/summary",
|
||||||
|
"urlMain": "https://forum.arduino.cc/",
|
||||||
|
"username_claimed": "system"
|
||||||
|
},
|
||||||
"ArtStation": {
|
"ArtStation": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://www.artstation.com/{}",
|
"url": "https://www.artstation.com/{}",
|
||||||
|
|
@ -1123,6 +1129,12 @@
|
||||||
"urlMain": "https://hackerrank.com/",
|
"urlMain": "https://hackerrank.com/",
|
||||||
"username_claimed": "satznova"
|
"username_claimed": "satznova"
|
||||||
},
|
},
|
||||||
|
"HackerSploit": {
|
||||||
|
"errorType": "status_code",
|
||||||
|
"url": "https://forum.hackersploit.org/u/{}",
|
||||||
|
"urlMain": "https://forum.hackersploit.org/",
|
||||||
|
"username_claimed": "hackersploit"
|
||||||
|
},
|
||||||
"HackMD": {
|
"HackMD": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://hackmd.io/@{}",
|
"url": "https://hackmd.io/@{}",
|
||||||
|
|
@ -2354,6 +2366,12 @@
|
||||||
"urlProbe": "https://ch.tetr.io/api/users/{}",
|
"urlProbe": "https://ch.tetr.io/api/users/{}",
|
||||||
"username_claimed": "osk"
|
"username_claimed": "osk"
|
||||||
},
|
},
|
||||||
|
"TheMovieDB": {
|
||||||
|
"errorType": "status_code",
|
||||||
|
"url": "https://www.themoviedb.org/u/{}",
|
||||||
|
"urlMain": "https://www.themoviedb.org/",
|
||||||
|
"username_claimed": "blue"
|
||||||
|
},
|
||||||
"TikTok": {
|
"TikTok": {
|
||||||
"url": "https://www.tiktok.com/@{}",
|
"url": "https://www.tiktok.com/@{}",
|
||||||
"urlMain": "https://www.tiktok.com",
|
"urlMain": "https://www.tiktok.com",
|
||||||
|
|
@ -3039,6 +3057,12 @@
|
||||||
"urlMain": "https://www.nairaland.com/",
|
"urlMain": "https://www.nairaland.com/",
|
||||||
"username_claimed": "red"
|
"username_claimed": "red"
|
||||||
},
|
},
|
||||||
|
"n8n Community": {
|
||||||
|
"errorType": "status_code",
|
||||||
|
"url": "https://community.n8n.io/u/{}/summary",
|
||||||
|
"urlMain": "https://community.n8n.io/",
|
||||||
|
"username_claimed": "n8n"
|
||||||
|
},
|
||||||
"nnRU": {
|
"nnRU": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"regexCheck": "^[\\w@-]+?$",
|
"regexCheck": "^[\\w@-]+?$",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue