node ytdl core:JavaScript中的YouTube视频下载器 源码
节点-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.
用户评论