Metadata-Version: 1.1
Name: getsong
Version: v1.0.3
Summary: A Python program which uses BeautifulSoup and Youtube-dl to download a song from youtube
Home-page: https://blha303.github.io/getsong/
Author: Steven Smith
Author-email: stevensmith.ome@gmail.com
License: MIT
Description: getsong
        =======
        
        A Python program which uses BeautifulSoup and Youtube-dl to download a song from youtube
        
        Usage
        -----
        
            usage: getsong [-h] [-y] [-m] term
            
            positional arguments:
              term              Youtube search term
            
            optional arguments:
              -h, --help        show this help message and exit
              -y, --yes         Skip prompt
              -m, --musicvideo  Get first result for <term>, not '<term> lyrics'
        
        Installation
        ------------
        
        * Install dependencies. `pip install -R requirements.txt` or `pip install beautifulsoup4 youtube-dl`. Also requires `ffmpeg` (or avconv) to fix the container on the downloaded audio.
        * Copy getsong to a directory on your path. For example, `/usr/local/bin`.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Multimedia :: Sound/Audio
