Skip to content

dwisiswant0/yt-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Download (yt-dl)

release license contributions hits

YouTube downloader using this API https://gist.github.com/dwisiswant0/b4113fad55552a74190633413a1db79b.

yt-dl Example



Installation

To install yt-dl, simply:

$ git clone https://github.com/dwisiswant0/yt-dl

Or download at release tab.

For latest update version:

$ git pull

Requirements

  • OS Windows/Linux/macOS
  • Python 2.7

yt-dl currently tested under Python 2.7.12.

Quick Start and Run

$ python main.py

Help

If you are still confused/ have suggestions, please open the issue.

License

yt-dl is licensed under the MIT. Take a look at the LICENSE for more information.

Version

Current version is 1.0.1 (beta) and still development.

Contribute

  1. Check for open issues or open a new issue to start a discussion around a bug or feature.
  2. Fork the repository on GitHub to start making your changes.
  3. Write one or more tests for the new feature or that expose the bug.
  4. Make code changes to implement the feature or fix the bug.
  5. Send a pull request to get your changes merged and published.