百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
Y

YouTube.js

> DevOps
开源

一个用于 YouTube 内部 API(称为 InnerTube)的 JavaScript 客户端。

5.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个用于 YouTube 内部 API(称为 InnerTube)的 JavaScript 客户端。

[npm]: https://www.npmjs.com/package/youtubei.js [versions]: https://www.npmjs.com/package/youtubei.js?activeTab=versions [codefactor]: https://www.codefactor.io/repository/github/luanrt/youtube.js [actions]: https://github.com/LuanRT/YouTube.js/actions [discord]: https://discord.gg/syDu7Yks54 ## Installation Before installing, make sure your environment meets the [prerequisites](https://ytjs.dev/guide/getting-started.html#prerequisites). ```bash # NPM npm install youtubei.js@latest # Yarn yarn add youtubei.js@latest # Git (edge version) npm install github:LuanRT/YouTube.js # Deno deno add npm:youtubei.js@latest ``` Deno (deprecated): ```ts import { Innertube } from 'https://deno.land/x/youtubei/deno.ts'; ``` ## Basic Usage ```ts import { Innertube } from 'youtubei.js'; const innertube = await Innertube.create(/* options */); ``` For detailed usage, read the [YouTube.js Guide and API Documentation](https://ytjs.dev). ## Contributing All contributions are welcome, big or small. If you want to contribute, take a look at the [issues page](https://github.com/LuanRT/YouTube.js/issues) and our [guidelines](https://github.com/LuanRT/YouTube.js/blob/main/CONTRIBUTING.md). ## Contributors ## Disclaimer This project is not affiliated with, endorsed, or sponsored by YouTube or any of its affiliates or subsidiaries. All trademarks, logos, and brand names used in this project are the property of their respective owners and are used solely to describe the services provided. As such, any usage of trademarks to refer to such services is considered nominative use. If you have any questions or concerns, please contact me. ## License Distributed under the [MIT](https://choosealicense.com/licenses/mit/) License.

(back to top)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •TypeScript
  • •typescript
  • •unofficial
  • •youtube

> 标签

TypeScripttypescriptunofficialyoutube

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理