Metadata-Version: 2.1
Name: pydl-dl
Version: 0.1.dev0
Summary: A Library to download music from Youtube , Soundcloud and many others sites
Home-page: https://github.com/ayanbag/pydl
Author: Ayan Bag
Author-email: ayanbag9474@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.4
Requires-Dist: requests
Requires-Dist: youtube-dl

# Pydl

A Library to download music from Youtube , Soundcloud and many others sites. It is still in devolopment.\

## Installation

Make sure you're using `python3` and have `pip` installed and enabled. On the command line, simply run:

`pip install pydl_dl`


## Usage

Pydl can be invoked from the commandline after installation.  

`pydl <song_url>` 

to download individual files.


## Manual installation of the project

Clone the repository

`git clone https://github.com/ayanbag/pydl.git`

Navigate into the project directory

`cd pydl`

Install pydl and its dependencies

`python setup.py install`



