BiliFavoritesDownloader icon indicating copy to clipboard operation
BiliFavoritesDownloader copied to clipboard

自动下载B站收藏视频,支持自动下载封面图,自动转换xml至ass,下载完成自动上传 OneDrive,邮件通知,telegram 通知(实时下载进度查看)

Results 2 BiliFavoritesDownloader issues
Sort by recently updated
recently updated
newest added

最近b站对up主视频反爬很严格,rsshub上的video和video-all标签经常失效,在rsshub上可以使用 [UP 主动态](https://docs.rsshub.app/zh/routes/social-media#bilibili-up-zhu-dong-tai)路由作为代替绕过反爬限制。 **可以在脚本里添加视频验证**: 脚本命令为/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"...