Socket
Socket
Sign inDemoInstall

usetube

Package Overview
Dependencies
25
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

usetube

crawl youtube without api key (search videos channels or get all channel/playlist's videos)


Version published
Maintainers
1
Weekly downloads
296
increased by18.88%

Weekly downloads

Readme

Source

Usetube

Version Downloads

Youtube Crawler

search & get datas from youtube

no google account needed


This package is initially dev for the site https://massivemusic.fr/add-tracks/, It's here for sharing & contribute.

usage

const usetube = require('usetube')
await usetube.searchVideo('Lorn')

methods

searchVideo(terms)
searchChannel(terms)
getChannelVideos(channel_id)
getPlaylistVideos(playlist_id)
getChannelDesc(channel_id)
getVideoDesc(video_id)
getVideoDate(video_id)
getVideosFromDesc(video_id)
getVideoSubtitles(video_id)

returned datas

video {
  id
  original_title
  title
  artist
  duration
  publishedAt
}
channel {
  name
  channel_id
  nb_videos
  nb_subscriber
  official
  channel_avatar_small
  channel_avatar_medium
  channel_avatar_large
}

Keywords

FAQs

Last updated on 03 Apr 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc