All Projects β†’ mskian β†’ video-dl

mskian / video-dl

Licence: MIT License
Video Downloader πŸ“₯ - Download Facebook Video and Youtube Video and Audio.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to video-dl

Yturl
YouTube videos on the command line
Stars: ✭ 218 (+1576.92%)
Mutual labels:  youtube-video, youtube-dl, video-downloader, youtube-downloader
Fast Youtube To Mp3 Converter Api
Very Fast YouTube to MP3 & MP4 Converter API
Stars: ✭ 69 (+430.77%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
flutter youtube downloader
A Flutter Youtube and Video Downloader
Stars: ✭ 19 (+46.15%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Youtube Dl Android
πŸ“¦πŸ“¦Video downloader for Android - Download videos from Youtube, Facebook, Twitter, Instagram, Dailymotion, Vimeo and more than 1000 other sites
Stars: ✭ 322 (+2376.92%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Dvd
Download videos from anywhere
Stars: ✭ 114 (+776.92%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
Downzemall
DownZemAll! is a download manager for Windows, MacOS and Linux
Stars: ✭ 157 (+1107.69%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
android-browser-downloader
🌎 Android Browser - Video Downloader - This repository is deprecated. Please check out new version of this project at: https://github.com/cuongpm/youtube-dl-android
Stars: ✭ 34 (+161.54%)
Mutual labels:  youtube-dl, video-downloader, youtube-downloader
YouTube-Downloader
Django YouTube Downloader Using youtube-dl
Stars: ✭ 47 (+261.54%)
Mutual labels:  youtube-dl, youtube-downloader
YouP3
Android app for downloading media from YouTube with 4K Support (Beta)
Stars: ✭ 51 (+292.31%)
Mutual labels:  youtube-dl, youtube-downloader
TwitterMediaDownloader
downloads photos and videos from twitter
Stars: ✭ 15 (+15.38%)
Mutual labels:  youtube-dl, video-downloader
android-youtube-dl
The android library that wraps Python 2.7 and youtube-dl python scripts
Stars: ✭ 35 (+169.23%)
Mutual labels:  youtube-dl, youtube-downloader
YouTube-Downloader
No description or website provided.
Stars: ✭ 34 (+161.54%)
Mutual labels:  youtube-dl, youtube-downloader
youtube-dl-batch
Simple batch files for simplifying basic usage of https://github.com/rg3/youtube-dl Windows .exe releases
Stars: ✭ 55 (+323.08%)
Mutual labels:  youtube-dl, youtube-downloader
mpv-youtube-download
A userscript for MPV that allows you to download youtube audio and video with one key press πŸ’Ύ
Stars: ✭ 16 (+23.08%)
Mutual labels:  youtube-dl, youtube-downloader
NaturalGroundingPlayer
Sequence videos based on their energy readings
Stars: ✭ 46 (+253.85%)
Mutual labels:  video-downloader, youtube-downloader
easyYoutubeDL
A manager for automating download lists based on youtube-dl
Stars: ✭ 21 (+61.54%)
Mutual labels:  youtube-dl, youtube-downloader
PowerShell-Youtube-dl
A PowerShell script interface used to operate the youtube-dl command line program.
Stars: ✭ 64 (+392.31%)
Mutual labels:  youtube-dl, youtube-downloader
yt
Fine-tuning the use of youtube-dl for audio and videophiles
Stars: ✭ 39 (+200%)
Mutual labels:  youtube-dl, youtube-downloader
devtube
Laravel YouTube and Online Video viewing and download interface.
Stars: ✭ 30 (+130.77%)
Mutual labels:  youtube-dl, video-downloader
youtube-stream
Youtube θ§†ι’‘ζ΅ζœεŠ‘ε™¨
Stars: ✭ 67 (+415.38%)
Mutual labels:  youtube-dl, youtube-downloader

Video Downloader πŸ“₯

API Test

Video Downloader - Download Facebook Video and Youtube Video and Audio.

πŸ€– Easy to use - Just add the URL Done...!

Built with πŸ“¦

Usage ✨

  • Clone or download the repo
git clone https://github.com/mskian/video-dl.git
cd video-dl
yarn install
  • start the server
yarn start
  • Download Youtube video
 http://localhost:4000/video/video?url=https://www.youtube.com/watch?v=bKDdT_nyP54
  • Download youtube Video Audio Only
http://localhost:4000/audio/audio?url=https://www.youtube.com/watch?v=bKDdT_nyP54
  • Download Facebook HD Video
http://localhost:4000/hd/video?url=https://www.facebook.com/LyricsEngsongs/videos/321854395918041/
  • Download Low Resolution Facebook Video
http://localhost:4000/low/video?url=https://www.facebook.com/LyricsEngsongs/videos/321854395918041/

Try Online 🌐

Formats πŸ“Ό

  • if you want to Change youtube Video & Audio Quality/Formats
ytdl(url, {
            format: 'mp3',
            filter: 'audioonly',
            quality: 'highest'
        }).pipe(res);
ytdl(url, {
            format: 'mp4',
            quality: 'highest'
        }).pipe(res);

For More check- https://github.com/fent/node-ytdl-core#ytdlchooseformatformats-options

Free Deploy πŸ”

  • Deploy on Heroku - index.js

Deploy

  • Deploy on Vercel - index.js

⚠ Vercel having RUNTIME Failed issue while downloading the youtube Video - https://github.com/vercel/vercel/issues/3825

Deploy with Vercel

Extract Downloadable Link βœ‚

Extract Downloadable Link From Facebook

  • Download link (Low and Hight)
  • Title
  • slug (used for file naming)

lib/fbvid.js

const fbvid = require('./lib/fbvid.js');

const video = 'https://www.facebook.com/LyricsEngsongs/videos/321854395918041/';

fbvid.low(video).then(vid => {
  console.log(vid)
});

fbvid.high(video).then(vid => {
  console.log(vid);
});

fbvid.title(video).then(vid => {
    console.log(vid);
});

fbvid.slug(video).then(vid => {
    console.log(vid);
});

Disclaimer ⚠

  • Use this as your Personal Tool if you are going to this on Production Please read the terms and Policy from Facebook & Youtube.
  • This Tool does not Host any Pirated or Copyright content on its server and all
  • We are not Affiliate or Authorized with Facebook - This Tool only for Educational Purpose.
  • The videos or images that you downloaded to your System or Mobile directly from their respective CDN servers.

LICENSE β˜‘

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].