Skip to content

Commit

Permalink
feat (youtube_downloader): updated desc + name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedHanzala authored Aug 26, 2024
1 parent 9e6d3f9 commit 93d80a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion youtube_downloader/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ def on_progress(stream, chunk, bytes_remaining):
print(f'{percentage:.2f}% downloaded')

metadata = sieve.Metadata(
description="Download highest-resolution version of YouTube video as an MP4.",
title = "YouTube Video Downloader",
description="Download YouTube videos in MP4 format at any resolution.",
code_url="https://github.com/sieve-community/examples/blob/main/youtube_downloader",
image=sieve.Image(
url="https://yt3.googleusercontent.com/584JjRp5QMuKbyduM_2k5RlXFqHJtQ0qLIPZpwbUjMJmgzZngHcam5JMuZQxyzGMV5ljwJRl0Q=s900-c-k-c0x00ffffff-no-rj"
Expand Down

0 comments on commit 93d80a5

Please sign in to comment.