Skip to content

An amazing library for extracting an youtube details and also allows you to download it.

Notifications You must be signed in to change notification settings

Harshshah6/YT_VIDEO_UTIL

Repository files navigation

YT_VIDEO_UTIL

An Library helps to get / extract the information of youtube video..... This library is free to use for lifetime to paying needed.

GitHub repo size

Configure

Maven

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency:

dependencies {
      ...
      implementation 'com.github.Harshshah6:YT_VIDEO_UTIL:1.0'
}

Getting Types

  • GetViews
  • GetTitle
  • GetThumbnail(link)
  • GetDescription
  • GetVideoDownloadingLinks/Size(ArrayList<HashMap<String, Object>>)
  • GetAudioDownloadingLinks/Size(ArrayList<HashMap<String, Object>>)
  • GetAuthor
  • GetAuthorChannelId
  • GetVideoLength
  • GetTags
  • _getMessage <- used to get error or to get whole source in json format

VideoDownloading

  • 144p
  • 240p
  • 360p
  • 480p
  • 720p
  • 1080p

AudioDownloading

  • mp3(low quality-low size)
  • mp3(high quality-huge size)

Usage

Usages