Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshumanPM committed Jul 25, 2024
1 parent badcc14 commit 5ecacc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def extract_gdrive_id(gdrive_link):


def gen_video_link(video_url):
parsed_url = urlparse(url)
parsed_url = urlparse(video_url)
if parsed_url.netloc in ["youtube.com", "youtu.be"]:
yt = YouTube(video_url)
video_streams = yt.streams.filter(progressive=True)
Expand Down

0 comments on commit 5ecacc2

Please sign in to comment.