Code Monkey home page Code Monkey logo

vidsnapkit-ultimate's Introduction

VidSnapKit

VidSnapKit is a Kotlin Multi-Platform library that allows users to download videos from Instagram (Reels, Stories, Carousel Posts), Facebook, DailyMotion, LinkedIn, ShareChat, Vimeo and Likee. The library is built with support for Android and JVM, and can be easily included in other Java/Kotlin projects or Android apps.

Installation⚙️

Add the following dependency to your app's build.gradle file:

implementation 'io.github.udhayarajan:VidSnapKit:<release_version>'

You can see LATEST_VERSION from release of this current respository.

NOTE: You no need to add v and beta tag in implementaion line. Just add numerical version alone (eg: v2.0.1-beta as implementation 'io.github.udhayarajan:VidSnapKit:2.0.1')

Sync your project with Gradle.

Usage⚒️

To download a video, call the downloadVideo function with the URL of the video and the platform it is from (Instagram, Facebook, DailyMotion, LinkedIn, ShareChat, or Vimeo) and cookies if applicable.

val extractor = Extractor.findExtractor("https://www.instagram.com/p/B_5qXN6j5sd")
extractor?.let {
                cookies?.let { cookie ->
                    it.cookies = cookie
                }
                it.start { res ->
                    //Get data from here
                }
            }

The function will return a Extractor object representing the extracted video.

Note⚠️

  • Make sure you have the necessary permissions to download the video.
  • The library is intended for personal use only and should not be used for copyright infringement.
  • The library is for educational and testing purposes and is not intended for commercial use.

Contributing🤝

If you want to contribute to this project, feel free to open a pull request or create an issue.

Support🔁

If you have any issues or questions, please open an issue.

License📝

This project is licensed under the Apache 2.0 License.

Author🖋️

This project is created by Udhayarajan M

Cloud version☁️

This project is available as cloud API version vist Rapid API to get it. IT IS FREE CURRENTLY

Resources📲

A sample app using this library can be found at this URL: https://github.com/Udhayarajan/VidSnapKit/tree/master/sample%20app

Additional things➕

  • You can check the sample app for more details on how to use this library
  • Cookies needed to be passed if required.

Sponsorship☕

"Buy Me A Coffee"

vidsnapkit-ultimate's People

Contributors

udhayarajan avatar actions-user avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.