<img src="https://img.shields.io/github/languages/code-size/sivelswhy/youtube-downloader?style=for-the-badge"> <img src="https://img.shields.io/github/stars/sivelswhy/youtube-downloader?style=for-the-badge"> <a href="https://www.npmjs.com/package/youtube-downloading"></a><img src="https://img.shields.io/npm/v/youtube-downloading?style=for-the-badge">

# YouTube Downloading

## Introduction

YouTube Downloading is a fast and easy way to download videos from YouTube. All Downloaded videos will be put in your local download directory.

### Usage

To use this module, just do `npx youtube-downloading` in your favourite terminal and follow the instructions.

Don't hesitate to improve this package on [github](https://github.com/sivelswhy/youtube-downloader)

#### Be kind, this is my first package :)

#### Recent changes
- <u>**1.3.1 :**</u> Small changes about file creation
- <u>**1.3.0 :**</u> Modified the valition of youtube URL and how the path is created & minor changes
- <u>**1.2.0 :**</u> Made the code only available for Windows (cause i'm lazy to make it work on other platforms)
- Added file name checker (if it contains carachters that are not allowed in windows file names)
- Added Checking if the video is private or unlisted (for privacy reasons)
- <u>**1.1.0 :**</u> Added a URL validation (if it's a valid youtube URL)
