Metadata-Version: 2.1
Name: pytube-downloader
Version: 1.0.1
Summary: Wrapper over pytube python's package
Home-page: https://github.com/shubhamraj2202/pytube-downloader
Author: Shubham Raj
Author-email: shubhamraj2202@gmail.com
Project-URL: Bug Reports, https://github.com/shubhamraj2202/pytube-downloader/issues
Description-Content-Type: text/markdown
License-File: LICENSE

![build](https://github.com/shubhamraj2202/pytube-downloader/actions/workflows/github-actions.yml/badge.svg?event=push)
[![codecov](https://codecov.io/gh/shubhamraj2202/pytube-downloader/branch/main/graph/badge.svg?token=X9KIXXBOAV)](https://codecov.io/gh/shubhamraj2202/pytube-downloader)
# pyhelper
Wrapper over Python's pytube package for downloading youtube videos.

# Installation
> pip install pytube-downloader


# Uses
```
# Example:
>>> from ytube.downloader import PyYTD

>>> link = "https://www.youtube.com/watch?v=lG6ZCswlkm8"
>>> pytd = PyYTD(link)
>>> pytd.download()
'~/pytube-downloader/./Agar Tum Sath Ho Cover ( Finger Style ).mp4'
```

# Project Setup for Development
> Run Cmd: `source setup.sh`

# Uploaded On:
https://pypi.org/project/pytube-downloader/
