Spaces:
Runtime error
Runtime error
Link to repo
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ class YouTubeDownloader:
|
|
21 |
file_ = YouTubeDownloader.download_video(url)
|
22 |
st.video(file_)
|
23 |
YouTubeDownloader.helper_message()
|
|
|
24 |
|
25 |
@staticmethod
|
26 |
def download_video(url):
|
|
|
21 |
file_ = YouTubeDownloader.download_video(url)
|
22 |
st.video(file_)
|
23 |
YouTubeDownloader.helper_message()
|
24 |
+
st.markdown("> App for fun and learning by [aziz](https://github.com/iamaziz/YouTube_downloader_app)")
|
25 |
|
26 |
@staticmethod
|
27 |
def download_video(url):
|