Giter VIP home page Giter VIP logo

Comments (2)

SigureMo avatar SigureMo commented on September 15, 2024

另外可否自定义下载的文件名(不包括后缀)?

可以的,这一点可以通过使用“子路径模板”功能来进行自定义,下载单个投稿视频时默认提供的模版是 "{title}",因此会自动使用标题作为视频名称。花括号中的是模板变量,如果你不需要模板的话,直接使用字符串也是可以的,比如像下面这样:

yutto BV1vZ4y1M7mQ -tp "video"

这样就会自动生成 video.mp4 了(如果添加了 --audio-only 的话后缀自然会是 .aac)

from yutto.

SigureMo avatar SigureMo commented on September 15, 2024

下载不同UP的投稿视频

如果想要下载多个 BV 号视频当前只能使用文件列表的方式

比如创建一个 videos.txt,内容如下:

av1
av2
av3

那么只需要 yutto videos.txt 即可下载它们。

当然如果你熟悉 shell 的话,写 shell 脚本循环调用 yutto 也是可以的。

for avid in av1 av2 av3
do
    yutto $avid
done

from yutto.

Related Issues (20)

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.