Media Extraction Library
Currently supports
Instagram
Facebook
LinkedIn
NOTE: Video only
**How to add this
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: In project
build.gradle Add the dependency
dependencies {
implementation 'com.github.Udhayarajan:VidSnapKit:1.0.0-release'
}