Skip to main content

Youtube Video Downloader for Python

Project description

YTube


This is a simple YouTube video downloader implemented in Python.

INSTALLATION


pip install YTube

or

pip3 install YTube

IMPORT


   import YTube

DOWNLOADING VIDEOS


  1. YTube.download("Put link here")
    

    Download video in the basic resolution.

  2. YTube.fastDownload("Put link here")
    

    Fast download

  3.  YTube.download_144("Put link here")
    

    Download video in 144p

  4.  YTube.download_360("Put link here")
    

    Download video in 360p

  5.  YTube.download_480("Put link here")
    

    Download video in 480p

  6.  YTube.download_720("Put link here")
    

    Download video in 720p

  7.  YTube.download_1080("Put link here")
    

    Download video in 1080p

Change Log

0.0.1 4/06/2021

First Release

0.0.2 4/06/2021

Second Release Corrected the Download module

0.0.3 5/06/2021

Third Release Introduced options to download in different resolutions

Methods: YTube.download(link) - Download default video YTube.download_highest(link) - Download in highest quality YTube.download_144(link) - Download video in 144p YTube.download_360(link) - Download video in 360p YTube.download_480(link) - Download video in 480p YTube.download_720(link) - Download video in 720p YTube.download_1080(link) - Download video in 1080p

0.0.4 5/06/2021

Fourth Release Introduced options to download in different resolutions

Methods: YTube.download(link) - Download default video YTube.download_Highest(link) - Download in highest quality YTube.download_144(link) - Download video in 144p YTube.download_360(link) - Download video in 360p YTube.download_480(link) - Download video in 480p YTube.download_720(link) - Download video in 720p YTube.download_1080(link) - Download video in 1080p

0.0.5 5/06/2021

Fifth Release Fixed options to download in different resolutions

0.0.6 5/06/2021

Sixth Release Fixed options to download in different resolutions

Methods: YTube.download(link) - Download default video,

    YTube.fastDownload(link) - Download in highest quality,

    YTube.download_144(link) - Download video in 144p,

    YTube.download_360(link) - Download video in 360p,

    YTube.download_480(link) - Download video in 480p,

    YTube.download_720(link) - Download video in 720p,

    YTube.download_1080(link) - Download video in 1080p

0.0.7 5/06/2021

Seventh Release Fixed options to download in different resolutions

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

YTube-0.0.7.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page