Metadata-Version: 2.1
Name: youtube-downloader
Version: 0.4.0
Summary: youtube-dl GUI simplify
Home-page: https://www.github.com/blooser/youtube-downloader
Author: blooser
Author-email: blooser@protonmail.com
License: GPLv3
Description: 
        
        <div align="center">
        	<img src="https://raw.githubusercontent.com/blooser/youtube-downloader/2be980cf31b253b0788e97b477b4a8ebba56a731/youtubedownloader/resources/yd-with-text.svg" width="350" height="350">
        </div>
        
        Youtube downloader is a [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) helper for [youtube-dl](https://github.com/ytdl-org/youtube-dl/). It provides a graphical interface to download videos from YouTube.com with conveniences like track the download, pause, or select the media format.
        
        ## Preview
        
        ![preview](https://i.imgur.com/d7ZuMct.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 
        - Download thumbnail
        
        ## 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)
        
        ## Web Browser integration
        
        Youtube Downloader is integrated with Firefox, that's mean it will read currently opened tabs with YouTube's links. It provides a feature to quick download currently played videos from YouTube.
        
        ## 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 
        ```
        
        ### PyPi
        
        ```bash
        pip install youtube-downloader
        ```
        
        ## License
        
        Youtube downloader is a free software released under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
        
        
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
