Spaces:
Paused
Paused
Commit ·
6386e8a
1
Parent(s): 6f0fb7d
Update youtube.py
Browse files- youtube.py +1 -1
youtube.py
CHANGED
|
@@ -59,4 +59,4 @@ def yt_down(link, resolusi_input):
|
|
| 59 |
else:
|
| 60 |
filename = download_youtube(stream.url, nama_channel, judul_video, 'mp4')
|
| 61 |
|
| 62 |
-
|
|
|
|
| 59 |
else:
|
| 60 |
filename = download_youtube(stream.url, nama_channel, judul_video, 'mp4')
|
| 61 |
|
| 62 |
+
return filename, judul_video, video_info
|