Skip to main content

Python YouTube Downloader

Project description

MyTube



MyTube is a wrapper around yt-dlp that is similar in functionality to pytube.
I made it because I was tired of pytube being unstable and throwing errors over time.

Requirements:

Quick Start

pip install MyTube_dlp
import MyTube
import asyncio

async def main():
	link = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
	yt = MyTube.YouTube(link)
	stream = yt.streams.filter(only_muxed=True).order_by("res").first()
	file = await stream.download("downloads")

asyncio.run(main())

See also:

💲Donate

Donatello
Donation Alerts

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

mytube_dlp-3.0.0.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mytube_dlp-3.0.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file mytube_dlp-3.0.0.tar.gz.

File metadata

  • Download URL: mytube_dlp-3.0.0.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for mytube_dlp-3.0.0.tar.gz
Algorithm Hash digest
SHA256 470769f600aca63d3b086ac2bbc507d9b1d51d462bb80ee2142da680a89c547e
MD5 1a12ca325f88ea918eb8912dfdbbb830
BLAKE2b-256 c7f722b549158c7b93e8f3b310502844f4664ea40512eda1b79f7179efbd9463

See more details on using hashes here.

File details

Details for the file mytube_dlp-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: mytube_dlp-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 14.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.6

File hashes

Hashes for mytube_dlp-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 78bec92d8e09fb4c084bb924265ae5f7a2d768fc31d7612f7b6700284bcae5e1
MD5 8c88eeff5001d26d5ae8af0702fcc127
BLAKE2b-256 e5bdd11b18d88dca8603569b47209cfd84afa6e69c97d71c7af8d046dbb8d6f1

See more details on using hashes here.

Supported by

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