{"id":23201037,"url":"https://github.com/codedotjs/fbvideos","last_synced_at":"2025-08-18T23:32:58.339Z","repository":{"id":57233692,"uuid":"97981132","full_name":"CodeDotJS/fbvideos","owner":"CodeDotJS","description":":link: Easily extract downloadable link of publicly available videos on facebook.","archived":false,"fork":false,"pushed_at":"2018-09-05T21:05:43.000Z","size":9,"stargazers_count":29,"open_issues_count":3,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-16T22:36:16.457Z","etag":null,"topics":["api","extract","facebook","fetch","link","nodejs","scrap","url","videos"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeDotJS.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-21T19:40:29.000Z","updated_at":"2024-04-06T02:38:11.000Z","dependencies_parsed_at":"2022-08-31T14:11:36.692Z","dependency_job_id":null,"html_url":"https://github.com/CodeDotJS/fbvideos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Ffbvideos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Ffbvideos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Ffbvideos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Ffbvideos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDotJS","download_url":"https://codeload.github.com/CodeDotJS/fbvideos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230292742,"owners_count":18203650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","extract","facebook","fetch","link","nodejs","scrap","url","videos"],"created_at":"2024-12-18T15:13:43.028Z","updated_at":"2024-12-18T15:13:43.633Z","avatar_url":"https://github.com/CodeDotJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/rishigiridotcom/rishigiri.com/835ef5231dc96ae7c751b1a35acc664986726b4b/github/fbvideos.png\" width=\"250px\"\u003e\n\u003cbr\u003e\n\u003ca href=\"https://travis-ci.org/CodeDotJS/fbvideos\"\u003e\u003cimg src=\"https://travis-ci.org/CodeDotJS/fbvideos.svg?branch=master\"\u003e\u003c/a\u003e \u003cimg src=\"https://img.shields.io/badge/code_style-XO-5ed9c7.svg\"\u003e\n\u003cbr\u003e\n\u003c/h1\u003e\n\n\u003e :link: Easily extract downloadable link of publicly available videos on facebook.\n\n## Install\n\n```\n$ npm install --save fbvideos\n```\n\n## Usage\n\n```js\nconst fbvid = require('fbvideos');\n\nconst video = 'https://www.facebook.com/9gag/videos/10155721204506840/';\n\nfbvid.low(video).then(vid =\u003e {\n  console.log(vid)\n  // =\u003e { url: 'https://video.fpat1-1.fna.fbcdn.net/...mp4?934\u0026oe=5972F363' }\n\n});\n\nfbvid.high(video).then(vid =\u003e {\n  console.log(vid);\n  // =\u003e { url: 'https://video.fpat1-1.fna.fbcdn.net/...mp4?934\u0026OE=2kf2lf4g' }\n});\n```\n\n## API\n\n#### __`fbvid.low(link)`__\n\n- `Returns a` __`url`__ `for` __`low`__ `resolution facebook video.`\n\n__`link`__\n\n`Type :` `string`\n\n#### __`fbvid.high(link)`__\n\n- `Returns a` __`url`__ `for` __`high`__ `resolution facebook video.`\n\n__`link`__\n\n`Type :` `string`\n\n\n## Related\n\n\n- __[`facebookid`](https://github.com/CodeDotJS/facebookid)__ `:` `An api to find user id of any facebook user`\n- __[`acuter`](https://github.com/CodeDotJS/acuter)__ `:` `A simple wrapper for twitter media`\n\n## License\n\nMIT \u0026copy; [Rishi Giri](http://rishigiri.ml)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Ffbvideos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedotjs%2Ffbvideos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Ffbvideos/lists"}