Skip to main content

Easier yt-dlp download using in python

Project description

REQUIRES YT-DLP THIS IS NOT A YT-DLP DISTRIBUTION

How to use!

import ytdlpy into your project
then type "ytdlpy.ytdlpy()"
then you will enter three arguments
anything in quotations means you have to fill in what is supposed to be there
The file types are case sensitive!
ytdlpy.ytdlpy(\"directory for yt-dlp","file type","video link")

Example:

import ytdlpy

link = input(please input link: )
filetype = input("please select file type: ")

ytdlpy.ytdlpy("\ytdl",filetype,link)

C:\ytdl is my yt-dlp folder
filetype is the file type you want to download in
link is the youtube link

Supported file types!

Video file types are:

mp4, webm, 3gp

Audio file types are:

mp3, ogg, m4a, aac, opus

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

easy-yt-dlp-py-1.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

easy_yt_dlp_py-1.0.0-py3-none-any.whl (3.0 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