A Powershell Asmr Online Client
asmrOnlineClient.ps1 [-InputFilePath <string>] [-LosslessMode <string>] [-ConfigFilePath <string>] [<CommonParameters>]
["RJ1111", "RJ2222"]
或 [1111, 2222]
"All"
,且会覆盖 config.json 中的配置): "Lossless"
(无损)、"Lossy"
(有损)、"All"
(全部下载)asmrOnlineClient.ps1 -Search -KeyWord <string> [-LosslessMode <string>] [-ConfigFilePath <string>] [<CommonParameters>]
"All"
,且会覆盖 config.json 中的配置): "Lossless"
(无损)、"Lossy"
(有损)、"All"
(全部下载)asmrOnlineClient.ps1 -Login -Username <string> -Password <securestring> [-ConfigFilePath <string>] [<CommonParameters>]
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"title": "用户令牌",
"type": "string",
"pattern": "(?:\\w|\\+|/|=)+\\.(?:\\w|\\+|/|=)+\\.(?:\\w|\\+|/|=|-|_)+"
},
"losslessMode": {
"title": "音频类型",
"type": "string",
"enum": [
"All",
"Lossless",
"Lossy"
]
},
"outputPattern": {
"title": "输出路径模式",
"type": "string"
}
},
"additionalProperties": true
}
示例:
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxxx.EijI_6kSony1rN68WqEgSE3nocpIOt7CLk03ljoTn9Q",
"outputPattern": "RJ<id>"
}
输出路径规则: 标签 | 输出 |
---|---|
<id> |
RJ 号(不带 RJ) |
<title> |
标题 |
<circle> |
社团名 |
<vas> |
声优 |
<tags> |
社团 |