基于Python+FFMPEG环境下载B站歌曲

题主环境

WSL on Windows10

命令如下

# python3.9
pip install --pre yutto
yutto --batch https://www.bilibili.com/video/BV168411o7Bh --audio-only
ls | grep aac | xargs -I {} ffmpeg -i {} -acodec libmp3lame {}.mp3

WinAmp 

相关推荐

  1. 如何快速下载并剪辑B视频

    2024-06-07 11:38:01       35 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-07 11:38:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-07 11:38:01       100 阅读
  3. 在Django里面运行非项目文件

    2024-06-07 11:38:01       82 阅读
  4. Python语言-面向对象

    2024-06-07 11:38:01       91 阅读

热门阅读

  1. linux 如何解压 zip

    2024-06-07 11:38:01       33 阅读
  2. random模块二

    2024-06-07 11:38:01       34 阅读
  3. orm 查询

    2024-06-07 11:38:01       32 阅读
  4. Kubernates-dashbord-安装

    2024-06-07 11:38:01       31 阅读
  5. ubuntu 根据 服务名(应用程序) 查 软件包名

    2024-06-07 11:38:01       26 阅读
  6. 字节跳动(校招)算法原题

    2024-06-07 11:38:01       31 阅读
  7. 工作五年后的程序员,一般怎样了?

    2024-06-07 11:38:01       30 阅读
  8. 深入理解 Spring Boot 启动原理

    2024-06-07 11:38:01       33 阅读
  9. transformers DataCollator介绍

    2024-06-07 11:38:01       32 阅读