Skip to content

Easy way to create Facebook Videos downloader in Android Studio

Notifications You must be signed in to change notification settings

Abhay-cloud/Facebook-Videos-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Video Downloader

I'm going to show you another way to implement FB video downloader in Android Studio.

First if you did not watch Papaya Coder's Facebook downloader video then go and watch it. Then look at my method.

Installation

Add FacebookUrlExtractor library.

 implementation 'com.github.Ashusolanki:FacebookUrlExtractor:0.0.1'

Add the JitPack repository

repositories {
    maven { url "https://jitpack.io" }
}

Methods

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

Library I used

Important Note

This method only works when you give following type of URL: "https://www.facebook.com/102438284758534/videos/536904160301855"

That is

https://www.facebook.com/author or page name or id/videos/video id

If you want to contribute then do it!!

Made with ❤️ by Abhay

About

Easy way to create Facebook Videos downloader in Android Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages