Skip to content

Commit 96aa12c

Browse files
authored
Merge pull request sherlock-project#2546 from rezocrypt/add-laracast-support
Added Laracast support
2 parents b44ac23 + 9560355 commit 96aa12c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sherlock_project/resources/data.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,6 +1254,13 @@
12541254
"urlMain": "https://linux.org.ru/",
12551255
"username_claimed": "red"
12561256
},
1257+
"Laracast": {
1258+
"errorType":"status_code",
1259+
"url": "https://laracasts.com/@{}",
1260+
"urlMain": "https://laracasts.com/",
1261+
"regexCheck": "^[a-zA-Z0-9_-]{3,}$",
1262+
"username_claimed": "user1"
1263+
},
12571264
"Launchpad": {
12581265
"errorType": "status_code",
12591266
"url": "https://launchpad.net/~{}",
@@ -1558,7 +1565,7 @@
15581565
"url": "https://outgress.com/agents/{}",
15591566
"urlMain": "https://outgress.com/",
15601567
"username_claimed": "pylapp"
1561-
},
1568+
},
15621569
"PCGamer": {
15631570
"errorMsg": "The specified member cannot be found. Please enter a member's entire name.",
15641571
"errorType": "message",

0 commit comments

Comments
 (0)