Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Create Video Resolutions.py#579

Open
ashioyajotham wants to merge1 commit intoPython-World:master
base:master
Choose a base branch
Loading
fromashioyajotham:patch-2
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletionsYoutube/Video Resolutions.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
# Get video resolutions from Youtube
from pytube import YouTube
vid_url = "https://youtu.be/klZNvJArVSE"
vid_obj = YouTube(vid_url)
stream = vid_obj.streams.get_highest_resolution()
vid_obj.streams.all()



[8]ページ先頭

©2009-2025 Movatter.jp