youtube-playlist-markdown

1.4.10 • Public • Published

Youtube playlist markdown

GitHub package version node version npm downloads Dependency Status

It could help you scan all playlist information and generate friendly markdown table, look like below. if you want to use cli mode, you could go here.

Features

  • You could choose get all playlist or only one.

Change Log

change version
Fixed content include special word 1.4.3

Requirements

  • node 8.x.x

Install

npm i youtube-playlist-markdown --save

Usage

First, you need to get your API key, if you don't know how to do, maybe this video could help you.

how to create YouTube API Key 2019 - YouTube

then

const YoutubePlaylistMarkdown = require('youtube-playlist-markdown');

const config = {
  "GOOGLE_API_KEY": "========== YOUR_GOOGLE_API_KEY =========="
};

let ypm = new YoutubePlaylistMarkdown(config);

const playlistId = 'PLrG78JjvL7hWqX2FW54Ck8UP45fbWQXcu';
ypm.generatorPlaylist(playlistId);

const channelId = 'UCJi9ZAuo99MqMuJUXiJjpsA';
ypm.generatorAll(channelId);

Relevant Projects

License

MIT © alincode

Package Sidebar

Install

npm i youtube-playlist-markdown

Weekly Downloads

19

Version

1.4.10

License

MIT

Unpacked Size

111 kB

Total Files

8

Last publish

Collaborators

  • alincode