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-2.0.0.tar.gz (10.4 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-2.0.0-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for mytube_dlp-2.0.0.tar.gz
Algorithm Hash digest
SHA256 9123fc00c98afcd09b72c061f77dbe7672e377a45b0dec8d61fb66135b455a7e
MD5 24354afb48bba35bd668ff0248e23573
BLAKE2b-256 815f6f940cedb4ea6e4581a738afc636bd293aa324978fed53d7f099f966c03d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: mytube_dlp-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 13.2 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-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 832bddd689ade6cb1b68f4f74dfe384ec298b65dae6eb55f4ed3761670617ca3
MD5 35111d9818fa142ea1bf5f36a2fd9639
BLAKE2b-256 9e1920ee48ed3d4247a80bc5b2167f596c6172decbf1b6d27e8fee4820931a20

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