adrianblynch / grabvid

:white_check_mark: Download YouTube videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grabvid

Given a Youtube video ID, downloads it locally for watching offline.

Install & usage

npm

npm install -g grabvid

Why globally? Because my usage of this is generally to download a video into my current directory with:

grabvid dQw4w9WgXcQ

GitHub

git clone https://github.com/adrianblynch/grabvid

cd grabvid

node bin/grabvid dQw4w9WgXcQ

Where dQw4w9WgXcQ is the v query parameter of a Youtube video URL.

Videos are saved in the current directory.

Todo

  • Figure out the errors for some videos

About

:white_check_mark: Download YouTube videos


Languages

Language:JavaScript 100.0%