Replies: 10 comments
-
大佬,你能分析出http://tv.aiseet.atianqi.com/openqq/getvinfo这个请求的Ckey值出来吗,这样的话直接用链接就可以下载视频了,不需要去弄m3u8地址。 |
Beta Was this translation helpful? Give feedback.
-
我搞不定…… |
Beta Was this translation helpful? Give feedback.
-
322016也是4K |
Beta Was this translation helpful? Give feedback.
-
膜拜大佬!请教大佬有研究过mgtv的无台标高码版怎么弄吗? |
Beta Was this translation helpful? Give feedback.
-
IPTV看看吧 |
Beta Was this translation helpful? Give feedback.
-
谢谢指点。还想请教一下极光4K的问题,POST请求返回的xml数据里是可以看到4k数据的,但是用老大提供的静态页面生成的m3u8地址,有些却只能下载到1080P。比如 |
Beta Was this translation helpful? Give feedback.
-
有的剧缺失真4K,你抓包返回应该也是 |
Beta Was this translation helpful? Give feedback.
-
请问,你这个是什么抓包工具? |
Beta Was this translation helpful? Give feedback.
-
Http Analyzer |
Beta Was this translation helpful? Give feedback.
-
你好 我想问一下 最近win11安装apk已经很完善了 我在电脑上安装了云视听极光tv版apk 可以播放杜比视界视频 码率非常高 但是怎么给抓下来呢5555 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
引言
正文
以陈情令为例,在模拟器中播放,使用抓包软件抓包即可发现,其中有一条
http://tv.aiseet.atianqi.com/openqq/getvinfo
的POST
请求,返回内容是一个xml格式的文档,其中包含了我们所需要的播放链接。观察各个参数,猜测
hevclv
、defn
可能与清晰度有关,otype
可能与显示格式有关。然后我测试了一些数值,最终得出当
hevclv=33
、defn=uhd
时(同时用otype=json
将显示格式设置为json),就可以得到我们想要的结果。使用https://www.json.cn/格式化后,可在
["vl"]["vi"][0]["ul"]["ui"]
中找到所需的m3u8链接(有时候需要拼接一下文件名)。播放测试,确实是4K的
辅助
静态页面,用于辅助
https://nilaoda.github.io/Blog/HTML/getvinfo/getvinfo.html
https://nilaoda.github.io/Blog/HTML/getvinfo/getvinfo_gv.html
尾巴
最后给我下载器打个广告,嘻嘻:https://github.com/nilaoda/N_m3u8DL-CLI
Beta Was this translation helpful? Give feedback.
All reactions