永恒瞬间

Results 8 comments of 永恒瞬间

are you using window_manager? I had the same problem when I used the settings `window_class, title.c_str(), WS_OVERLAPPEDWINDOW,`

@Loofer 是不是会员视频?现在还不支持解析会员视频

@nobadboy 项目使用了kotlin语言,studio2.X安装kotlin插件,3.X直接导入就能使用

最近公司比较忙,没有时间进行开源项目,后期会考虑加入的。

cookie 加了Hm_token属性,32位随机的,请求头加了Cross ,Hm_token的md5值

又又又改了,先SHA1,再MD5 ![image](https://github.com/listen1/listen1_chrome_extension/assets/7219412/e99b8077-68ca-45a3-b424-08a16afa6e60) ![image](https://github.com/listen1/listen1_chrome_extension/assets/7219412/a5094e31-0462-434f-832c-f48dd2f4b626) ![image](https://github.com/listen1/listen1_chrome_extension/assets/7219412/8eddb343-909f-463e-88a7-ab484cdcfe6b)

这接口一天改8遍,放个kotlin的实现 ```kotlin fun main() { //t是随机的32位字符串 val t = "6Q5tPYAYEdQSz888887jh5FTKaMRXwdx" //e是固定的Cookie名称 val e = "Hm_Iuvt_cdb524f42f0ce19b169b8072123a4727" //n是e的ASCII码拼接 var n = e.toCharArray().joinToString("") { it.code.toString() } println(n) val r = floor(n.length / 5.0).toInt()...

> 请善用github,知道地址了比如"http://mobi.kuwo.cn/mobi.s",直接搜索这个地址,切到code,查看用这个地址的项目,或者下面选语言,要找的代码不就出来了