yuklovchi
Project description
from youtubepy import *
from pytube import YouTube
import eel
from pywebio import *
from pywebio import start_server
from pywebio.input import *
from pywebio.output import *
eel.init("web")
#ask for the link from user
link = input("Enter the link of YouTube video you want to download: ")
yt = YouTube(link)
#Showing details
print("Title: ",yt.title)
print("Number of views: ",yt.views)
print("Length of video: ",yt.length)
print("Rating of video: ",yt.rating)
#Getting the highest resolution possible
ys = yt.streams.get_highest_resolution()
#Starting download
print("Downloading...")
ys.download()
print("Download completed!!")
eel.start("index.html")
start_server( port=8080)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
legendyoutube-0.0.1.tar.gz
(1.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file legendyoutube-0.0.1.tar.gz.
File metadata
- Download URL: legendyoutube-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4999bb8e121dc378e80638d83abfe419eb9e541b8dce3a88227840b3dec5881f
|
|
| MD5 |
dcbe49b2693603407e2052f45de06bd1
|
|
| BLAKE2b-256 |
eb16107e0daa1d1d27bc3c39e2e3392a58c42a988374efa59c7062d69e1e9723
|
File details
Details for the file legendyoutube-0.0.1-py3-none-any.whl.
File metadata
- Download URL: legendyoutube-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.10.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b892157b1270d0237e53af5bbd600f3243ef081fc2125828e5e358cb8b58d152
|
|
| MD5 |
96504473a94d097f3afae09389c368f2
|
|
| BLAKE2b-256 |
3a692ba3fa978f15a8699c00967a61308420f0dfe4255ee3d3e7ee71a38d25dd
|