Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpirescarvalho/youtube-downloader
Download videos from youtube πΎπ₯
https://github.com/mpirescarvalho/youtube-downloader
chakra-ui download download-videos electron reactjs video youtube
Last synced: 3 months ago
JSON representation
Download videos from youtube πΎπ₯
- Host: GitHub
- URL: https://github.com/mpirescarvalho/youtube-downloader
- Owner: mpirescarvalho
- License: mit
- Created: 2020-11-18T16:05:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T01:20:16.000Z (over 3 years ago)
- Last Synced: 2023-03-07T17:07:25.180Z (almost 2 years ago)
- Topics: chakra-ui, download, download-videos, electron, reactjs, video, youtube
- Language: TypeScript
- Homepage:
- Size: 8.85 MB
- Stars: 26
- Watchers: 1
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube Downloader
![]()
![]()
![]()
![]()
![]()
![]()
Youtube Downloader is an electron based application that let's you easily browse and download youtube videos in any format of your choice. Search by keyword if you're trying to find a video or by URL if already know the specific video you're looking for. Download only the audio if desired.
![]()
## Download
- **[Latest release](https://github.com/mpirescarvalho/youtube-downloader/releases/latest)**
## Features
| Feature | Status |
| -------------------- | ------ |
| Download video | β |
| Download playlist | β¬ |
| Download audio | β |
| Split audio into separated tracks | β |
| Choose format | β |
| Choose download path | β¬ |>splitting audio into tracks is made based on silence analysis.
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/awesome`)
3. Commit your changes (`git commit -am 'Add awesome feature'`)
4. Push to the branch (`git push origin feature/awesome`)
5. Create a new Pull Request## Building
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/mpirescarvalho/youtube-downloader.git
$ cd youtube-downloader
$ npm install
$ npm run dev
```Runs the app in the development mode.
## Contact