当前位置: 首页 > article >正文

KUKU FM 音频Linux平台免费下载工具

1.工具名称:kuku-dl

  1. 功能:

✅ 下载播客、故事和有声读物!

✅ 获取所有元数据和封面艺术品。

✅ 支持字幕!

3.使用说明:

3.1. 直接镜像github源码库

👉 git clone https://github.com/bunnykek/kuku-dl.git

3.2. 安装环境自动检测,没有的插件会自动补齐:

👉 pip install -r requirements.txt

3.3. 确保已安装 FFMPEG! 如果未安装,请运行以下命令,需要转码的免费解码器。

👉 sudo apt install ffmpeg

3.4. 使用此工具免费下载 KUKU FM 音频! 运行脚本:

👉 python kuku.py https://kukufm.com/show/rich-dad-poor-dad-18

(将 URL 替换为您想要的有声书链接)

4.支持多数有声图书,podcast,在线FM格式

General
Complete name : Downloads\Hindi\Audio Book\Swami Vivekanand (2019) [Hindi]\001. 1. Swami Vivekanand.m4a
Format : MPEG-4
Format profile : Apple audio with iTunes info
Codec ID : M4A (M4A /isom/iso2)
File size : 2.36 MiB
Duration : 3 min 47 s
Overall bit rate mode : Constant
Overall bit rate : 86.9 kb/s
Season : 1
Album : Swami Vivekanand
Album/Performer : Raj Shrivastava
Track name : 1. Swami Vivekanand
Track name/Position : 1
Track name/Total : 64
Performer : Raj Shrivastava
ContentType : Audiobook
Recorded date : 2019-07-30
Cover : Yes
Age rating : 13+
Fictional : False
Language : Hindi
Type : Audio Book
Author : Raj Shrivastava
Voice artists : Raj Shrivastava

Audio
ID : 1
Format : AAC LC SBR
Format/Info : Advanced Audio Codec Low Complexity with Spectral Band Replication
Commercial name : HE-AAC
Format settings : Implicit
Codec ID : mp4a-40-2
Duration : 3 min 47 s
Bit rate mode : Constant
Bit rate : 62.8 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Frame rate : 21.533 FPS (2048 SPF)
Compression mode : Lossy
Stream size : 1.70 MiB (72%)
Default : Yes
Alternate group : 1


http://www.kler.cn/a/400500.html

相关文章:

  • 防火墙----iptables
  • 鸿蒙next版开发:拍照实现方案(ArkTS)
  • llm 从0开始学习大语言模型, transformer架构学习
  • Rust “xxx“.to_string()和Rust String::from(“xxx“)区别(将字符串字面量(str类型)转换为String类型)
  • 数学建模——模型假设环节介绍
  • 基于单片机的手持金属探测仪设计
  • UE5入门教程:蓝图变量
  • 表格的选择弹窗,选中后返显到表格中
  • 在应用启动时,使用 UniApp 提供的 API 检查和请求权限。
  • 避免误差!Android 中正确计算时间差的方式
  • 网页web无插件播放器EasyPlayer.js H.265流媒体播放器的decoder.js报Unexpected token ‘<‘错误
  • 大麦抢票科技
  • [AI] 如何让计算机具备核心直觉知识:从常识推理到具身智能
  • 高并发的API请求有哪些注意事项?
  • 2024版本IDEA创建Sprintboot项目下载依赖缓慢
  • 正在执行例行维护 请一分钟后回来
  • ASP.NET Core Webapi 返回数据的三种方式
  • STM32CUBEIDE FreeRTOS操作教程(九):eventgroup事件标志组
  • mysql出现主备延迟之后,怎么处理
  • 动态线程池设计与实现