-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
部分番剧不带上-tv参数只能拿到480p的流 #822
Comments
老问题了,一直没修,你可以使用其他工具下载 |
我也碰到了,以前可以获取4K的流,现在最高只能480了 |
刚刚试了下如下这个,是可以下载1080P的。 |
请问怎么操作呢。我的理解是 ,重新login登录后就会自动更新cookie了吧,还需要手动写入配置文件吗?第二个,这个参数是在有的选的时候才有用吧,480p这种情况就是只能解析到一条流,没有别的可选了 |
加载Cookie了就不只480P了。附件是我做好的批处理程序,每次下载只需将视频地址复制到【视频path.txt】中,另外Cookie输入在【bilibili_cookie.txt】中(cookie一般不会变动,此操作不会太频繁),之后运行【下载B站视频-【调用:视频path.txt】.bat】即可。 Cookie的SESSDATA值,可以在浏览器中,按F12打开开发工具去查看,嫌麻烦那就在【Microsoft Edge 扩展商店】搜索安装【Cookie获取器】或【Cookie与UserAgent获取】,均可以轻松获取到SESSDATA值。 |
上一楼已回复,并提供了批处理程序,和使用说明。 |
解决了就好。 |
找到sessdate后 怎么用 可以给张图吗 谢谢 |
哎😑 我开了tv会员 迎刃而解 难绷啊
ps:非常感谢!
获取 Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
发件人: HOO-AH ***@***.***>
发送时间: Saturday, May 18, 2024 7:51:07 PM
收件人: nilaoda/BBDown ***@***.***>
抄送: Matsuubayashii ***@***.***>; Manual ***@***.***>
主题: Re: [nilaoda/BBDown] 部分番剧不带上-tv参数只能拿到480p的流 (Issue #822)
找到sessdate后 怎么用 可以给张图吗 谢谢
把复制的sessdata写到配置文件里就行了。或者命令行里面自己写这个参数和sessdata值。
Clip_2024-05-18_19-47-36.png (view on web)<https://github.com/nilaoda/BBDown/assets/164996495/9ed0b4f9-40c8-4fbf-92ae-7669c3d47a90>
—
Reply to this email directly, view it on GitHub<#822 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BIQNGZUB4NFLUMHHRYN6QZTZC46CXAVCNFSM6AAAAABCDKOY6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJYG44TONJRHE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
version: action 1196918 OS: windows 10
问题结论
视频皆正常,番剧使用网页端(不带-tv)参数时时,只能获取480p的视频,但是电脑浏览器网页端可以正常观看1080p。番剧带上-tv后正常,无水印1080p
命令
验证过程
只有BBDown.data,番剧
bbdown -tv https://www.bilibili.com/bangumi/play/ss46089 -p 1-2 能正常获取1080p的无水印流
bbdown https://www.bilibili.com/bangumi/play/ss46089 -p 1-2 只能获取有水印480p的流
只有BBDown.data,视频
bbdown -tv https://www.bilibili.com/video/BV1fe411H7z4/ 正常获取1080p无水印的流
bbdown https://www.bilibili.com/video/BV1fe411H7z4/ 正常获取1080p有水印的流
存在BBDown.data 和 BBDownTV.data 视频
bbdown https://www.bilibili.com/video/BV1fe411H7z4/ 正常获取1080p有水印的流
bbdown -tv https://www.bilibili.com/video/BV1fe411H7z4/ 正常获取1080p无水印的流
存在BBDown.data 和 BBDownTV.data 番剧
bbdown https://www.bilibili.com/bangumi/play/ep779777 -p 1-2 只能获取480p有水印的流
bbdown -tv https://www.bilibili.com/bangumi/play/ep779777 -p 1-2 正常获取1080p无水印的流
The text was updated successfully, but these errors were encountered: