generated from neonwatty/python_template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
gatherUsageStats = false | ||
|
||
[server] | ||
runOnSave = true | ||
runOnSave = true |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import streamlit as st | ||
|
||
|
||
def app(): | ||
st.markdown( | ||
"### YTDatakit \n\n" | ||
"**Download YouTube videos, transcripts, thumbnails, and channel data - all in one place.** \n\n" | ||
"One app per tab - as detailed below. \n\n" | ||
"**Tab 1:** 💡 About - you are here. \n\n" | ||
"**Tab 2:** 🎞️ Video downloader - enter a YouTube / Shorts url and download its mp4 file. \n\n" | ||
"**Tab 3:** 📜 Transcript downloader - download multiple YouTube / Shorts transcripts at once. \n\n" | ||
"**Tab 4:** 📌 Thumbnail downloader - download multiple YouTube / Shorts thumbnails at once. \n\n" | ||
"**Tab 5:** 📕 Channel downloader - download all YouTube video ids associated with a channel name. \n\n" | ||
"" | ||
"Each app is illustrated in the gif below. \n \n" | ||
"![Alt Text](https://github.com/neonwatty/readme_gifs/blob/main/ytdatakit.gif?raw=true)" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters