Create Video-Downloader-App.md

pull/600/head
Jeyavishnu S 3 years ago committed by GitHub
parent b47cf8261f
commit dd085d5ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save