An Library helps to get / extract the information of youtube video..... This library is free to use for lifetime to paying needed.
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
...
implementation 'com.github.Harshshah6:YT_VIDEO_UTIL:1.0'
}
- 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
- 144p
- 240p
- 360p
- 480p
- 720p
- 1080p
- mp3(low quality-low size)
- mp3(high quality-huge size)