Skip to main content

Download files from youtube using simple code

Project description

mhyt

mhyt is a Python library for downloading movies and music from youtube

mhyt can run in python 3+

Examples

from mhyt import yt_download
# download video and audio
url = "https://www.youtube.com/watch?v=0BVqFYParRs"
file = "Clouds.mp4"
yt_download(url,file)
#########################
# download music only
file = "Clouds_music.mp3"
yt_download(url,file,ismusic=True)

Installing

to install with pip type in terminal:

(sudo) pip install mhyt

Built With

Author

matan h

License

This project is licensed under the MIT License.

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

mhyt-1.20.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

mhyt-1.20-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

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