From edff492e52d4aff464215cd9e1401cf710bed85f Mon Sep 17 00:00:00 2001 From: hussainsarwari Date: Mon, 9 Sep 2024 17:22:04 +0430 Subject: [PATCH 1/3] youtube online downloader app idea (2-Intermediate) --- .../Youtube-online-downloader.md | 26 +++++++++++++++++++ README.md | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 Projects/2-Intermediate/Youtube-online-downloader.md diff --git a/Projects/2-Intermediate/Youtube-online-downloader.md b/Projects/2-Intermediate/Youtube-online-downloader.md new file mode 100644 index 00000000..2a76ccf1 --- /dev/null +++ b/Projects/2-Intermediate/Youtube-online-downloader.md @@ -0,0 +1,26 @@ +# Youtube Online Downloader + +**Tier:** 1-Beginner + +Create a **YouTube Online Downloader** app that allows users to easily download YouTube videos in various formats (MP4, MP3, etc.) directly to their devices for offline viewing or listening. The app offers a simple, user-friendly interface where users can paste video URLs, choose quality or format, and download content with just a few clicks. It supports multiple resolutions and is compatible with a range of devices, making it a convenient tool for media consumption on the go. + + + +## User Stories + +- [ ] User can download as video or audio +- [ ] User can choose the size of file for download + +## Bonus features + +- [ ] User can download as video or audio +- [ ] User can choose the size of file for download + +## Useful links and resources + +- [Rapidapi.com](https:rapidapi.com) + +## Example projects + +- [download youtube videos for free](https://en1.savefrom.net/1-youtube-video-downloader-3vV/) +- [yt5e.biz](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj85Luj8bWIAxV3KRAIHTAoClAQFnoECBgQAQ&url=https%3A%2F%2Fyt5s.biz%2Fenxj100%2F&usg=AOvVaw0S5OyFdiyXb3mBDztdc2fi&cshid=1725885779249969&opi=89978449) diff --git a/README.md b/README.md index 2d209743..f7c3c327 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ required to complete them. | Name | Short Description | Tier | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | +| [Youtube Online Downloader](./Projects/1-Intermediate/Youtube-online-downloader.md) +A online web app that allows download youtube video in difference size using API + | 2-Intermediate | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | From 061504d4be453e071aece3a565c441487ecba76a Mon Sep 17 00:00:00 2001 From: Mohammad Hussain Sarwari Date: Tue, 10 Sep 2024 10:30:43 +0430 Subject: [PATCH 2/3] youtube online downloader --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f7c3c327..74b7a96b 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,7 @@ required to complete them. | Name | Short Description | Tier | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | -| [Youtube Online Downloader](./Projects/1-Intermediate/Youtube-online-downloader.md) -A online web app that allows download youtube video in difference size using API - | 2-Intermediate | +| [Youtube Online Downloader](./Projects/1-Intermediate/Youtube-online-downloader.md)| A online web app that allows download youtube video in difference size using A| 2-Intermediate | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | From af8135017c023d282a5a24b9a0e37d3bcedc0d7f Mon Sep 17 00:00:00 2001 From: Mohammad Hussain Sarwari Date: Tue, 10 Sep 2024 10:33:04 +0430 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74b7a96b..6ae0c220 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ required to complete them. | Name | Short Description | Tier | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | -| [Youtube Online Downloader](./Projects/1-Intermediate/Youtube-online-downloader.md)| A online web app that allows download youtube video in difference size using A| 2-Intermediate | +| [Youtube Online Downloader](./Projects/2-Intermediate/Youtube-online-downloader.md)| A online web app that allows download youtube video in difference size using A| 2-Intermediate | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |