mirror of
https://github.com/soxoj/maigret.git
synced 2026-09-08 19:07:40 +02:00
Add Juejin and NetEase Music (#2902)
This commit is contained in:
@@ -1,5 +1,45 @@
|
||||
{
|
||||
"sites": {
|
||||
"Juejin": {
|
||||
"tags": [
|
||||
"cn",
|
||||
"coding"
|
||||
],
|
||||
"checkType": "message",
|
||||
"urlMain": "https://juejin.cn/",
|
||||
"url": "https://juejin.cn/user/{username}",
|
||||
"urlProbe": "https://api.juejin.cn/user_api/v1/user/get?user_id={username}",
|
||||
"presenseStrs": [
|
||||
"\"user_name\":",
|
||||
"\"user_id\":"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"\"user_id\":\"0\""
|
||||
],
|
||||
"usernameClaimed": "1556564194374926",
|
||||
"usernameUnclaimed": "999999999999",
|
||||
"regexCheck": "^[0-9]+$"
|
||||
},
|
||||
"NetEase Music": {
|
||||
"tags": [
|
||||
"cn",
|
||||
"music"
|
||||
],
|
||||
"checkType": "message",
|
||||
"urlMain": "https://music.163.com/",
|
||||
"url": "https://music.163.com/user/home?id={username}",
|
||||
"presenseStrs": [
|
||||
"\"nickname\":",
|
||||
"\"userId\":"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"{\"code\":404}"
|
||||
],
|
||||
"usernameClaimed": "1",
|
||||
"usernameUnclaimed": "999999999999",
|
||||
"regexCheck": "^[0-9]+$",
|
||||
"urlProbe": "https://music.163.com/api/v1/user/detail/{username}"
|
||||
},
|
||||
"QQ": {
|
||||
"type": "qq_id",
|
||||
"encoding": "gbk",
|
||||
|
||||
Reference in New Issue
Block a user