Skip to main content

Python YouTube Downloader

Project description

MyTube

Documentation

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())

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-1.1.0.tar.gz (7.5 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-1.1.0-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file MyTube-dlp-1.1.0.tar.gz.

File metadata

  • Download URL: MyTube-dlp-1.1.0.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for MyTube-dlp-1.1.0.tar.gz
Algorithm Hash digest
SHA256 3e1b8f8a423523f32bbf08368852ccd77bbf0bfbe1bc7a81daa7013c28068546
MD5 e159cadbc0cbedffb32059999c785427
BLAKE2b-256 bcddea28167d12693f3475752f79c7fe89c2b5ac3bc7dbb0cd4ef7d73b410677

See more details on using hashes here.

File details

Details for the file MyTube_dlp-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: MyTube_dlp-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for MyTube_dlp-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b8204ba4818c3ec1e407e2c70d36a1fa889ddae23c5603aa7bccefcf20be9aac
MD5 27239a24fd970a1eece024b671df0fa7
BLAKE2b-256 03626f1c13787ac03aca30bfd9e417639b60dd09fd76ddb840b51e0b40bd2574

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