Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myazarc/ytdownloader
Youtube Video Downloader&Converter and Play Music
https://github.com/myazarc/ytdownloader
electron electron-app vuejs
Last synced: 13 days ago
JSON representation
Youtube Video Downloader&Converter and Play Music
- Host: GitHub
- URL: https://github.com/myazarc/ytdownloader
- Owner: myazarc
- License: mit
- Created: 2018-09-30T01:11:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T06:42:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T03:12:17.982Z (almost 2 years ago)
- Topics: electron, electron-app, vuejs
- Language: Vue
- Size: 3.02 MB
- Stars: 78
- Watchers: 2
- Forks: 24
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YT.Downloader
> Youtube Video Downloader&Converter and Play Music
![YT.Downloader](build/icons/256x256.png)
Fast Download and Convert to mp3.
Background: Electron and Vue
## Screenshot![YT.Downloader](build/images/YT.Downloader.png)
## Next Version
* Context Menu Paste
* Detailed Download (Quality, Media Type [Video,Voice,Subtitle])
* Detailed Converter
* Fast Download Default Settings
* Run Background&Tray
* Notification
* Playlist Download
* Shuffle, Repeat for Music Player
* Multi Language Support
* MP3 file add meta info#### Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build# lint all JS/Vue component files in `src/`
npm run lint```
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[16fb2b9](https://github.com/SimulatedGREG/electron-vue/tree/16fb2b963f17318cd9ff17d2adfd1945bd7107a0) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).