kieranmakes / MIYT-youtube-downloader

Desktop application made using the web technologies: Electron, NodeJS & NextJS

Home Page:https://miyt.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is MIYT?

MIYT is a YouTube downloader desktop application for: Mac OS, Windows, Linux

  • Download multiple videos at once, as video or audio

  • Search by URL or video names

  • Edit metadata of downloads

  • Change video selection from app


Download



Developer Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example custom-build-options

# with yarn
$ yarn create nextron-app my-app --example custom-build-options

# with pnpx
$ pnpx create-nextron-app my-app --example custom-build-options

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)

About

Desktop application made using the web technologies: Electron, NodeJS & NextJS

https://miyt.xyz


Languages

Language:JavaScript 73.1%Language:CSS 26.9%