Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moshfeu/y2mp3

An Electron app to download youtube playlist
https://github.com/moshfeu/y2mp3

audio download-audio download-videos electron-app ffmpeg m4a mobx-react mp3 ogg typescript webpack wmv youtube-playlist youtube-playlists

Last synced: 20 days ago
JSON representation

An Electron app to download youtube playlist

Awesome Lists containing this project

README

        

[![Build/release](https://github.com/moshfeu/y2mp3/actions/workflows/build.yml/badge.svg)](https://github.com/moshfeu/y2mp3/actions/workflows/build.yml)
[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](https://wallabyjs.com)
[![Release version](https://img.shields.io/github/release/moshfeu/y2mp3.svg)](https://github.com/moshfeu/y2mp3/releases/latest)
[![Github All Releases](https://img.shields.io/github/downloads/moshfeu/y2mp3/total.svg)](https://github.com/moshfeu/y2mp3/releases)
[![Follow me on Twitter](https://img.shields.io/twitter/follow/y2mp3.svg?style=social)](https://twitter.com/y2mp3)

logo

## What is "Y2Mp3" app?

A simple desktop application to download Youtube videos to video (mp4, mpg, wmv) and audio (wav, flac, m4a, wma, mp3, ogg, acc) formats, one by one or all of them.

A note: Since this app relays on youtube site and apis, it sometimes breaks without any change.
In this case, please create an issue or tweet [@y2mp3](https://twitter.com/y2mp3)

video demo

#### Limitations

- Fetch only first 100 clips in a playlist

## Disclaimers
📢📢

1. Privacy Disclaimer: Like Jon Snow, we know nothing about you! We value your privacy and do not track any of your data or activities through the Y2Mp3 app (No Google Analytics or any other tool). We appreciate your feedback and suggestions to improve our app, so feel free to share your thoughts through our Feature Request or Bug Report sections.
2. Media Storage Disclaimer: We do not store any media files downloaded through the Y2Mp3 app anywhere except on your device. Your downloaded files are your property, and we do not have access to them.
3. Usage Guidelines Disclaimer: We advise you to only use Y2Mp3 for downloading public resources, as it is not intended for downloading private media. If you cannot download all of the videos in a playlist, it is likely that some of them are private, including any private videos that you own.

⚖ 🕵

## Supported operating systems

windows
mac
linux

## Download

- Free 💰
- No ads 📣

Find your download: [https://github.com/moshfeu/y2mp3/releases/latest](https://github.com/moshfeu/y2mp3/releases/latest)

## Change log

##### 2.6.0

Unlocking downloading from Europe and other locations requires accepting YouTube's terms of service

##### 2.5.0

Fix - The app didn't work at all because of changes in Youtube.

##### 2.4.1

Fix - some downloads failed ("The video is unavailable")

##### 2.4.0

- Allow to stop active video download
- Scroll the screen to a download when it starts

##### 2.3.0

- Allow to remove videos from the list

Remove from the list (feature screenshot)

- Icon in the tray that shows the progress

progress (feature screenshot)

- Show notification when video downloaded

notification (feature screenshot)

- Bug fixes

##### 2.2.0

- Attach the video's thumbnail as album art

Album art (feature screenshot)

- Add menu for better accesibility to useful options

New Menu (feature screenshot)

##### 2.1.0

- Check for updates automatically (Thanks (again) to [@iahmedhendi](https://github.com/iahmedhendi))

Screen Shot

##### 2.0.0

- Allow to download videos! (supported formats: mp4, wmv, mpg)
- Bug fixes and UI improvements

##### 1.7.0

- Don't open multiple folder picker dialogs (Thanks to [@iahmedhendi](https://github.com/iahmedhendi) for the issue)
- Don't ask to install ffmpeg if it already installed (Thanks to [@antwake](https://github.com/antwake) for the issue)

##### 1.6.0 (Thanks to [softpedia](https://www.softpedia.com/get/Internet/Download-Managers/y2mp3.shtml) for the ideas)
- Allow to choose different audio formats (mp3, wav, flac, m4a, wma, ogg, aac)
- Copied URLs will be automatically be loaded into the app.

##### 1.5.0
Add the option to save each playlist to a dedicated folder - thanks to [@saydax](https://github.com/saydax) for the request

##### 1.4.0
Make song title a link - thanks to [@shayanypn](https://github.com/shayanypn)

##### 1.3.0
- Allow to change the audio quality
- display a proper message when the url is not supported or invalid

##### 1.2.0
Allow to change the downloads folder

##### 1.1.0
Allow fetch and download a single video

##### 1.0.0
Fetch videos from youtube playlist and download them one by one or all.

## Contributors

- [@shayanypn](https://github.com/shayanypn)


Os Icons made by Pixel perfect from www.flaticon.com is licensed by CC 3.0 BY

## Development

npm install
npm start

Or

yarn
yarn start

## CI / CD

This project uses github actions to build and release the app. The action runs on every push master and PR and every tag push.

### Release

To release a new version, just push a new tag. The tag should be in the format `vX.Y.Z` (e.g. `v1.2.3`). The action will create a new release with the tag name and the binaries for all platforms as Draft.

Once you happy with the release, just publish it.

Let's say the version is `1.2.3`:

```shell
git tag -a v1.2.3 -m "1.2.3"
git push origin refs/tags/v1.2.3
```

### Stack


electron
reactjs
mobx
typescript


electron
reactjs
mobx
typescript
webpack

**Logos licenes**
- Facebook [Public domain or CC BY-SA 1.0 (https://creativecommons.org/licenses/by-sa/1.0)]

#### Tests

- [jest](https://jestjs.io/)

#### Libraries

- [youtube-mp3-downloader](https://github.com/ytb2mp3/youtube-mp3-downloader)
- [youtube-playlist](https://github.com/CodeDotJS/youtube-playlist)
- [ffbinaries](https://github.com/vot/ffbinaries-node)
- [Semantic UI React](https://react.semantic-ui.com/)

### TODO

🖖🎖 Thanks you for your willing to contribute! You can find the list in the [project](https://github.com/moshfeu/y2mp3/projects/1#column-3954836) page.

## License
MIT