1.0.7 • Published 2 years ago

youtube-suggest-gen v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

About

Youtube Suggest Generator helps to fetch Youtube Video Suggestions with the help of Query or URLs.

  • Object-oriented , means Value returned in a structure format
  • Customisable Validator
  • Performant

Installation

Node.js 16 or newer is required.

npm install youtube-suggest-gen

Example usage

Fetch proxy :-

import { suggestions } from 'youtube-suggest-gen'
                OR
const { suggestions } = require('youtube-suggest-gen')

const Suggestions = suggestions('Despacito') // Returns Related Videos with the help of Despacito

Strucutre of Suggestion

Suggestion = {
      id?: string;
      title?: string;
      published?: string;
      author: Author | 'string';
      ucid?: string; 
      author_thumbnail?: string; 
      short_view_count_text?: string;
      view_count?: string;
      length_seconds?: number;
      video_thumbnail?: string;
      thumbnails: thumbnail[];
      richThumbnails: thumbnail[];
      isLive: boolean;
}

Links

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the ReadMe.md

Help

If you don't understand something in the ReadMe.md , you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Support Server.

1.0.7

2 years ago

1.0.2

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago