tesuji / fburl-rs

Rust library to get video URLs from Facebook

Home Page:https://crates.io/crates/fbvideo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This crate doesn't work as expected

Facebook has changed their content site and I haven't had time/interest to complete with new algorithm.

I am always welcome anybody open pull requests to fix this problem.

fburl

Get video URLs from Facebook.

Build Status

Usage

$ fburl --help
fburl 0.2.0
Lzu Tao
Get video URLs from Facebook URL.

USAGE:
    fburl [FLAGS] <URL>...

FLAGS:
    -h, --help       Prints help information
        --hd         Get HD quality video URL
        --sd         Get SD quality video URL
    -V, --version    Prints version information

ARGS:
    <URL>...    List of URLs to get video link

About

Rust library to get video URLs from Facebook

https://crates.io/crates/fbvideo

License:MIT License


Languages

Language:Rust 100.0%