New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simpleyt

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpleyt

Simple youtube search library without need of an api key

  • 1.0.3
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

simpleyt

image

image

Simple youtube search library without need of an api key

Usage

const simpleYT = require('simpleyt')
const query = 'JUSTHIS'
simpleYT(query, {
    filter: 'video', // Filter only videos
    localAddress: '2001:470:1234:5678::a',
    family: 6
    // Other parameters are passed to miniget
}).then(console.log)

Result

[
  {
    type: 'video',
    identifier: 'iMTblJbmam4',
    uri: 'https://www.youtube.com/watch?v=iMTblJbmam4',
    title: "[ENG/CC][4K] JUSTHIS(저스디스)의 킬링벌스를 라이브로! I IndiGO, Diablo, Gone, DF KV Freestyle, That Ain't Real 등",
    author: {
      name: 'dingo freestyle',
      profile: 'https://yt3.ggpht.com/a-/AOh14GiiLlR1duwARrL4IWqmVVZcuH-mdVnQLunfTw=s68-c-k-c0x00ffffff-no-rj-mo',
      uri: 'https://www.youtube.com/user/nunnaamo'
    },
    length: { ms: 794000, sec: 794 },
    isStream: false,
    thumbnails: [ [Object], [Object], [Object], [Object] ]
  },
  ...
]

Keywords

FAQs

Package last updated on 21 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc