Norman Wang

Results 6 issues of Norman Wang

1. 升级vue3+typescript electron16 2. 优化代码,使用contextBridge代替Node integration 3. 添加手动输入SESSDATA功能 4. 添加右键重新下载 5. 修改下载文件夹/名格式为[px]视频名称-第一up主名称-bv号-uuid 6. 下载弹幕(待定) 下载弹幕遇到技术问题,请有能力大佬看一下。 问题:node请求xml弹幕文件报压缩错误。试了好多种方式都不行,但是浏览器和postman可以😂!!!下面是具体代码: https://stackoverflow.com/questions/71703837/request-url-return-errno-3-code-z-data-error v3.3.0大约五一假期更新!!!

After I run closeTunnel, the tunnel website can still be accessed. Then it took 2 minutes for the tunnel to be completely closed const SSH2Promise = require('ssh2-promise') const sshconfig =...

My computer is mac intel and I want to build mac arm platform. I have tested the following two npm commands, both are installed on the mac x64 version of...

how listen event on client? "message" event is worked,but "connect" and "disconnect" event no respond When I disconnect the server this is code: `var zmq = require('zeromq') , sock =...

4.x/5.x

通过av号获取cid api:http://api.bilibili.com/view?type=jsonp&appkey=8e9fc618fbd41e28&id=AV号&page=1 获取弹幕可以用nginx做反向代理 location /comment/ { rewrite ^/comment/(.*)$ /$1 break; proxy_pass https://comment.bilibili.com; }