BiliFavoritesDownloader icon indicating copy to clipboard operation
BiliFavoritesDownloader copied to clipboard

小修改以支持新的b站rss

Open Lyle-xub opened this issue 1 year ago • 1 comments

最近b站对up主视频反爬很严格,rsshub上的video和video-all标签经常失效,在rsshub上可以使用 UP 主动态路由作为代替绕过反爬限制。 可以在脚本里添加视频验证: 脚本命令为/home/code/bilidown/bilidown-lux.sh "user" "dynamic" "326427334" "星球研究所" rss链接为rssURL="https://yoururl.com/bilibili/$1/$2/$3/directLink=1 -q -O -" 使用directLink=1获取直链 修改脚本内以下代码即可 if [ "$pubdate" != "$olddate" ] && [ "$result" != "" ] && [ "$result6" = "" ] && [[ "$link" == *"/video/"* ]]; then

Lyle-xub avatar Dec 09 '23 09:12 Lyle-xub

感谢您的建议 老实说我自己都已经很久没有用这个了; 不过也早就想着用 python 重写一个了,RSS 其实并不是很优雅,用 B 站的 API 就能解决这个问题了,you-get 也不好用,Cookies 验证的方式很容易因为验证过期而失败 但一直都没什么时间(~~懒~~)所以就把这件事搁置下来了 https://github.com/SocialSisterYi/bilibili-API-collect https://github.com/yutto-dev/yutto 这是我设想中新版用的工具,希望能帮到你~

Left024 avatar Dec 09 '23 10:12 Left024