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

api-roffineru4k

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-roffineru4k

Fetch download urls from several social media.

  • 4.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

Typing SVG

Logo

What?

This is a module from ytdl-core but with JSON API output.

Installation

npm i api-roffineru4k

Example of use

const { ytdown } = require("api-roffineru4k");
const url = 'https://youtu.be/Y8qPp4pBNz8?si=trSJOTHg7-bMh4cB';

ytdown(url).then(data => {
  console.log(data);
});

Example output

{
  creator: 'RoffiNeru4K',
  community: 'https://ungu.in/ChennelRoffiNeru4K',
  status: true,
  data: {
    title: 'BRODYAGA FUNK (SPED UP) RYOIKI TENKAI (RAIDEN SHOGUN) #phonk',
    video: 'https://rr4---sn-4g5ednsz.googlevideo.com/videoplayback?expire=1721549119&ei=32yc...',
    video_hd: 'https://rr4---sn-4g5ednsz.googlevideo.com/videoplayback?expire=1721549119&ei=32yc...',
    audio: 'https://rr4---sn-4g5ednsz.googlevideo.com/videoplayback?expire=1721549119&ei=32yc...',
    quality: '360p',
    thumbnail: 'https://i.ytimg.com/vi/5Ue8HyyrUNg/default.jpg',
    channel: 'yuki',
    desc: '#phonk #phonkmusic #phonkradio #phonkbeat #trillphonk #phonkdrift'
  }
}

Hidden features

const { ytdown, tikdown, twitterdown, GDLink, capcut } = require("api-roffineru4k");
// The usage function is the same as above.

Main Functions

  • Get thumbnail
  • Get title
  • Get description
  • Get video
  • Get audio

Contribution

  • RoffiNeru4K
  • Nayan

Keywords

FAQs

Package last updated on 27 Jul 2024

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