Update HAR: 4KHDR (#418)

Co-authored-by: chen8945 <chen8945@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-17 20:40:04 +08:00 committed by GitHub
parent 88bcbc820b
commit d369e92e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"comment": "",
"request": {
"method": "GET",
"url": "https://www.4khdr.cn/misc.php?mod=seccode&action=update&idhash={{idhash}}&{{random(0,1,16)}}&modid=member::logging",
"url": "https://www.4khdr.cn/misc.php?mod=seccode&action=update&idhash={{idhash|urlencode}}&{{random(0,1,16)|urlencode}}=&modid=member%3A%3Alogging",
"headers": [
{
"name": "User-Agent",
@ -236,7 +236,7 @@
"extract_variables": [
{
"name": "formhash",
"re": "name=\"formhash\" value=\"(.*)\"",
"re": "formhash=(.+)\">",
"from": "content"
},
{

File diff suppressed because one or more lines are too long