1. 首页
  2. 数据库
  3. 其它
  4. node ytdl core:JavaScript中的YouTube视频下载器 源码

node ytdl core:JavaScript中的YouTube视频下载器 源码

上传者: 2021-05-10 10:05:24上传 ZIP文件 8.79MB 热度 12次
节点-ytdl-核心 另一个YouTube下载模块。 仅使用Javascript和节点友好的流接口编写。 支持 您可以联系我们以获得支持 用法 const fs = require ( 'fs' ) ; const ytdl = require ( 'ytdl-core' ) ; // TypeScript: import ytdl from 'ytdl-core'; with --esModuleInterop // TypeScript: import * as ytdl from 'ytdl-core'; with --allowSyntheticDefaultImports // TypeScript: import ytdl = require('ytdl-core'); with neither of the above ytdl ( 'http://www.youtube.
用户评论