This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

youtube-search-engine

1.0.2 • Public • Published

youtube-search - Unofficial YouTube searching engine.

TypeScript Passed License

  • Note: It can stop working anytime.

NPM

Install

npm install youtube-search-engine

Github

https://github.com/PinMIlk/youtube-search

npm

https://www.npmjs.com/package/youtube-search-engine

Example

import {
    YoutubeSearch
} from './src/search';

YoutubeSearch.execute('비긴어게인')
    .then(res => console.log(res))
    .catch(e => console.error(e));

Parameter

Parameter Detail Type Required Default
query Search word string Y -
language Search result language string N en-US

Language code table

Code Language
ko-KR Korean
en-US English(US)
en-GB English(UK)
ja-JP Japanese
zh-CN Chinese(Simplified)
zh-TW Chinese(Traditional)
  • Tell me other language with issue if you need.

Return value

Video

Key Detail Type
title Title string
author Author string
view Number of views string
running_time Running time string
link Video url string
img Thumbnail image url string
published_at Published time string

Channel

Key Detail Type
title Channel name string
subscribers Number of subscribers string
video Number of videos string
link Channel url string
img Thumbnail image url string

License

It is following MIT License.

Package Sidebar

Install

npm i youtube-search-engine

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

15 kB

Total Files

10

Last publish

Collaborators

  • pinmilk