Skip to content

Ashusolanki/TwitterUrlExtractor

Repository files navigation

TwitterExtractor

Twitter Url Extractor Download Videos Android based Twitter url extractor

These are the urls to the Twitter Post Which Contains Video files, so you can stream or download them.

  • Builds: JitPack

Gradle

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'
 }

Usage

#FacebookExtractor


      new TwitterExtractor()
      {
          @Override
          protected void onExtractionComplete(TwitterFile twitterFile)
          {
              //Complate
          }
          @Override
          protected void onExtractionFail(String Error) 
          {
              //Fail
          }
      }.Extractor(this.getActivity(), videoURL);

#TwitterFile

    getQuality();
    getUrl();
    getExt();
    getFilename();
    getAuthor();
    getSize();
    getDuration();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages