Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

usetube

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

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)

  • 2.2.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
210
decreased by-1.41%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 03 Apr 2023

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