Metadata-Version: 2.1
Name: youtube-downloader
Version: 0.1.0
Summary: youtube-dl GUI simplify
Home-page: https://www.github.com/blooser/youtube-downloader
Author: blooser
Author-email: blooser@protonmail.com
License: GPLv3
Keywords: qt qml pyside2 youtube download youtube-dl
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: X11 Applications :: Qt
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PySide2 (==5.14.1)
Requires-Dist: youtube-dl

# Youtube Downloader

Youtube downloader is a GUI helper for [youtube-dl](https://github.com/ytdl-org/youtube-dl/). It provides a graphical interface to add, track and remove videos from youtube. 

## Preview

![preview](https://i.imgur.com/8Pl7xOr.png)

## Dependency

This software is based on [PySide2](https://www.qt.io/qt-for-python) and [youtube-dl](https://github.com/ytdl-org/youtube-dl/).

## Features

It allows for customizing your downloads:

- Select where a single download should be stored
- What kind of file it should be
- Pause and resume 

## Usage

Youtube downloader’s goal is comfort. To add your download you can just paste the link into the input and hit enter or press button but I strongly recommend to drag a youtube video’s thumbnail and drop it into youtube downloader.

![drop](https://thumbs.gfycat.com/BoldSnappyEarthworm-size_restricted.gif)

## Installation

Prepare youtube downloader to work

### Manual

```bash
git clone https://github.com/blooser/youtube-downloader
cd youtube-downloader
python setup.py build
sudo setup.py install
```

## License

Youtube downloader is a free software released under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).


