Metadata-Version: 2.1
Name: you-dl
Version: 1.3.2
Summary: A simple interactive youtube downloader written in python. Interactively select the quality and format for youtube-dl
Home-page: https://github.com/xvishaldongre/you-dl
Author: vishal dongre
Author-email: xvishaldongre@gmail.com
License: GPLv3
Description: # you-dl 
        ![](https://img.shields.io/badge/Release-v1.0.1-greeny.svg)
        
        > A simple interactive youtube video and playlist downloader written in python.
        > Interactively select the quality and format for youtube-dl.
        
        A [youtube-dl](https://github.com/ytdl-org/youtube-dl) wrapper, which helps you to download a specific format and also support playlists. 
        
        
        <p align="center">
          <img width="600" src="https://raw.githubusercontent.com/xvishaldongre/you-dl/master/demo.svg?sanitize=true">
        </p>
        
        
        # Why?
        Because remembering CLI flags is hard.  
        
        # Features
        
        - Lets you download Videos, Playlist or Audio only.
        - Search Videos and Playlist.
        - Interactively select quality.
        - Thumbnail embedding supported for mp3 and opus (default) format
        
         
        # Dependencies
        
        - youtube-dl
        - ffmpeg
        - PyInquirer
        - youtubesearchpython
        - pyperclip
        
        # Install
        
        - you-dl is available on pypi
        ```
        pip install you-dl
        ```
        
        # Usage
        
        Once installed you can run
        
        ```
        you-dl 
        ```
        Tip: Copy video or playlist url before running you-dl
        
        
        
        # Inspired by 
        [youtube-dl-interactive](https://github.com/synox/youtube-dl-interactive) which is written in js.
        
        
        # Todo
        - Add Comments in code ;-)
        - Add support for config file.
        - Better README.
        - Error handling.
        - CLI interface for help .
        - And lots more.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Multimedia 
Requires-Python: >=3.5
Description-Content-Type: text/markdown
