These are the urls to the Vimeo Video file, so you can stream or download them.
To always build from the latest commit with all updates. Add the JitPack repository:
repositories {
maven { url "https://jitpack.io" }
}
And the dependency:
dependencies
{
implementation 'com.github.Ashusolanki:TwitterUrlExtractor:0.0.1'
}
#VimeoExtractor
new VimeoExtractor()
{
@Override
protected void onExtractionComplete(ArrayList<VimeoFile> vimeoFileArrayList)
{
//complete
}
@Override
protected void onExtractionFail(String Error)
{
/fail
}
}.Extractor(this.getActivity(), videoURL);
#VimeoFile
getQuality();
getUrl();
getExt();
getFilename();
getAuthor();
getSize();
getDuration();