Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ class YouTubeDownloader:
|
|
15 |
file_ = YouTubeDownloader.download_video(url)
|
16 |
st.video(file_)
|
17 |
YouTubeDownloader.helper_message()
|
18 |
-
st.markdown("https://
|
19 |
|
20 |
|
21 |
@staticmethod
|
|
|
15 |
file_ = YouTubeDownloader.download_video(url)
|
16 |
st.video(file_)
|
17 |
YouTubeDownloader.helper_message()
|
18 |
+
st.markdown("예) https://www.youtube.com/watch?v=hXpNj1ChxRI ")
|
19 |
|
20 |
|
21 |
@staticmethod
|