From dd085d5ca8ab1b958eff2346710aadb02a718edf Mon Sep 17 00:00:00 2001 From: Jeyavishnu S Date: Fri, 14 Oct 2022 10:54:02 +0530 Subject: [PATCH 1/4] Create Video-Downloader-App.md --- Projects/3-Advanced/video-downloader-app.md | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Projects/3-Advanced/video-downloader-app.md diff --git a/Projects/3-Advanced/video-downloader-app.md b/Projects/3-Advanced/video-downloader-app.md new file mode 100644 index 00000000..9cda4946 --- /dev/null +++ b/Projects/3-Advanced/video-downloader-app.md @@ -0,0 +1,29 @@ +# Video Downloader App + +**Tier:** 3-Advanced + +Video Downloader App utility tool that downloads the video from a given URL from Platforms like Youtube and Social Media and if for valid platforms, download the video in different formats. This project uses concepts like Web Scraping, REGEX and can be built as Web app or a Mobile App. + +## User Stories + +- [ ] User can download any video by giving the URL for the corresponding video as Input. +- [ ] User can view the Thumbnail and Size of the Video alongside the download button. +- [ ] User can select the format and quality of the Video if available from the hosting platform. + +## Bonus features + +- [ ] User can download videos from Social Media Sites of any choosing other than video hosting platforms. +- [ ] User can use the API Extension of this project ( on deployment as a web app) for downloading the video. + +## Useful links and resources + +Python Guide - https://www.section.io/engineering-education/youtube-video-downloader-using-python/ +WebScraping Guide - https://www.geeksforgeeks.org/what-is-web-scraping-and-how-to-use-it/ +Regex Guide - https://www.geeksforgeeks.org/write-regular-expressions/ + + +## Example projects + +Github Project 1 - https://github.com/Tyrrrz/YoutubeDownloader +Github Project 2 - https://github.com/DoctorLai/VideoDownloadHelper +Github Project 3 - https://github.com/shubham1710/Youtube-downloader From 40cf032d83cc876710a09e1ddceb610ad2c48616 Mon Sep 17 00:00:00 2001 From: Jeyavishnu S Date: Fri, 14 Oct 2022 12:08:48 +0530 Subject: [PATCH 2/4] Rename video-downloader-app - Video-Downloader-App --- .../{video-downloader-app.md => Video-Downloader-App.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/3-Advanced/{video-downloader-app.md => Video-Downloader-App.md} (100%) diff --git a/Projects/3-Advanced/video-downloader-app.md b/Projects/3-Advanced/Video-Downloader-App.md similarity index 100% rename from Projects/3-Advanced/video-downloader-app.md rename to Projects/3-Advanced/Video-Downloader-App.md From c3b1d5f95a43cd72cbc5c4a5f422ea0f97f55dc7 Mon Sep 17 00:00:00 2001 From: Jeyavishnu S Date: Fri, 14 Oct 2022 12:09:33 +0530 Subject: [PATCH 3/4] Update Video-Downloader-App.md --- Projects/3-Advanced/Video-Downloader-App.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Projects/3-Advanced/Video-Downloader-App.md b/Projects/3-Advanced/Video-Downloader-App.md index 9cda4946..0236d0fe 100644 --- a/Projects/3-Advanced/Video-Downloader-App.md +++ b/Projects/3-Advanced/Video-Downloader-App.md @@ -17,13 +17,13 @@ Video Downloader App utility tool that downloads the video from a given URL from ## Useful links and resources -Python Guide - https://www.section.io/engineering-education/youtube-video-downloader-using-python/ -WebScraping Guide - https://www.geeksforgeeks.org/what-is-web-scraping-and-how-to-use-it/ -Regex Guide - https://www.geeksforgeeks.org/write-regular-expressions/ +- Python Guide - https://www.section.io/engineering-education/youtube-video-downloader-using-python/ +- WebScraping Guide - https://www.geeksforgeeks.org/what-is-web-scraping-and-how-to-use-it/ +- Regex Guide - https://www.geeksforgeeks.org/write-regular-expressions/ ## Example projects -Github Project 1 - https://github.com/Tyrrrz/YoutubeDownloader -Github Project 2 - https://github.com/DoctorLai/VideoDownloadHelper -Github Project 3 - https://github.com/shubham1710/Youtube-downloader +- Github Project 1 - https://github.com/Tyrrrz/YoutubeDownloader +- Github Project 2 - https://github.com/DoctorLai/VideoDownloadHelper +- Github Project 3 - https://github.com/shubham1710/Youtube-downloader From 2960d8be09b53dc70dcc144d035790e18fa6b132 Mon Sep 17 00:00:00 2001 From: Jeyavishnu S Date: Fri, 14 Oct 2022 12:20:39 +0530 Subject: [PATCH 4/4] Update Video-Downloader-App.md Corrected Grammer Mistakes --- Projects/3-Advanced/Video-Downloader-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/3-Advanced/Video-Downloader-App.md b/Projects/3-Advanced/Video-Downloader-App.md index 0236d0fe..c522570c 100644 --- a/Projects/3-Advanced/Video-Downloader-App.md +++ b/Projects/3-Advanced/Video-Downloader-App.md @@ -2,7 +2,7 @@ **Tier:** 3-Advanced -Video Downloader App utility tool that downloads the video from a given URL from Platforms like Youtube and Social Media and if for valid platforms, download the video in different formats. This project uses concepts like Web Scraping, REGEX and can be built as Web app or a Mobile App. +Video Downloader App is a utility tool that downloads the video from a given URL from Platforms like Youtube and Social Media and for valid platforms, downloads the video in different formats. This project uses concepts like Web Scraping, REGEX and can be built as Web app or a Mobile App. ## User Stories