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";import { startApp } from "./app.ts";
if ("webview" in window) { startApp();} else if (import.meta.main) { await main();}