Metadata-Version: 2.4
Name: youtube-dl-helper
Version: 0.0.18
Summary: A tool to automate YouTube downloads via drag and drop
Author-email: "Manuel Amador (Rudd-O)" <rudd-o@rudd-o.com>
Project-URL: Homepage, https://github.com/Rudd-O/youtube-dl-helper
Project-URL: Repository, https://github.com/Rudd-O/youtube-dl-helper
Project-URL: Issues, https://github.com/Rudd-O/youtube-dl-helper/issues
Keywords: media,archiving,duplicate
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst

# YouTube download helper

Drag and drop URLs from your browser to this application to download YouTube
videos using `youtube-dl` or `yt-dlp`.

<p align="center">
  <img src="doc/screenshot.png" />
</p>

Requires `youtube-dl` or `yt-dlp` installed in your system and in your `PATH`.

## Installation

### Directly from PyPI

Ensure your system has GTK+ 3, libnotify 0.7, the VTE library, and either
`yt-dlp` or `youtube-dl`.

You can then install on your system by using `pip3 install youtube-dl-helper`.

### As an RPM package (Fedora / Red Hat)

To build a package you can install on your system: `python3 setup.py bdist_rpm`.
The RPM will then be created on the system, and you can install it using
`dnf install path/to/youtube-dl-helper*rpm`.
