Skip to main content
Module

x/yt_download/mod.ts

Deno library to download YouTube videos
Go to Latest
File
export * from "./src/mod.ts";import { main } from "./src/cli.ts";
if (import.meta.main) { await main();}