Skip to main content

a new youtube_dl

Project description

Pytdl (NPytdl)


We have nine methods for Pytdl class

method return
resultList(query : str) json
spotifyResultList(query : str) json
playList(list_id : str) json
spotifyPlayList(list_id : str) json
resultsList(querys : List[str]) json
spotifyResultsList(querys : List[str]) json
next(id : str) json
spotifyTrack(id : str) json
info(url : str) YoutubeVideos | YoutubeVideo | SpotifyMusics | SpotifyMusic
from NPytdl import Pytdl
ydl = Pytdl()

song = ydl.info("https://youtu.be/RGtSdbjxVKU")

import asyncio
asyncio.run(song.create())

song.download(f"./test/{song.title}")

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

NPytdl-4.0.0b4.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

NPytdl-4.0.0b4-py3-none-any.whl (6.8 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