jmfvarela / youtube-download-poc

Proof of concept with YouTube download for videos, playlists or channels.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof of concept with YouTube download for videos, playlists or channels.

Previous requirements

  • Node.js v10.0.0 or superior
  • npm 5.6.0 or superior

Install dependencies

npm install

Configuration

Create the file keys.mjs with your API v3 key for YouTube:

export default {
    API_KEY: "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
};

Execution

npm start

About

Proof of concept with YouTube download for videos, playlists or channels.


Languages

Language:JavaScript 100.0%