Giter Club home page Giter Club logo

bilifavoritesdownloader's Issues

cookies文件失效

如果不是大会员好像无法下载 检查cookies那里失败
删除那段就能运行

小修改以支持新的b站rss

最近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

提个可能有点奇怪的需求,稿件名称重复

有少数up主的投稿,不同稿件但稿件名称完全相同,导致脚本检测到同样名称不执行下载。例子
手动删除date和title文件后,下载也会覆盖原来的同样名字的旧稿件
看能不能通过bv号来验证稿件是否相同,然后下载目录给稿件文件夹加上时间戳防止被覆盖

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.