Skip to content

Just a wrapper for NewPipe to make it simpler and more direct

Notifications You must be signed in to change notification settings

Bizyback/youtubestream

Repository files navigation

YoutubeStream

  • gets video data details for Youtube via a link or video id

Usage

  • Fetch data by id
    // https://www.youtube.com/watch?v=0vxOhd4qlnA where id -> 0vxOhd4qlnA
    YoutubeStream.getVideoDetailsById(id = "0vxOhd4qlnA")
  • Fetch data by link
    // where link is https://www.youtube.com/watch?v=0vxOhd4qlnA
    YoutubeStream.getVideoDetailsByLink(link = "https://www.youtube.com/watch?v=0vxOhd4qlnA")

About

Just a wrapper for NewPipe to make it simpler and more direct

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages