https://github.com/one-with-violets-in-her-lap/saveable
website with media utilities like youtube/samplefocus downloader and mp4 to mp3
https://github.com/one-with-violets-in-her-lap/saveable
audio-extractor ffmpeg ffmpeg-wasm jszip media-downloader nuxt samplefocus soundcloud-downloader soundcloud-playlist-downloader vue youtube-downloader
Last synced: 4 months ago
JSON representation
website with media utilities like youtube/samplefocus downloader and mp4 to mp3
- Host: GitHub
- URL: https://github.com/one-with-violets-in-her-lap/saveable
- Owner: one-with-violets-in-her-lap
- License: gpl-3.0
- Created: 2023-05-21T05:00:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T11:53:42.000Z (7 months ago)
- Last Synced: 2025-04-08T14:43:25.208Z (6 months ago)
- Topics: audio-extractor, ffmpeg, ffmpeg-wasm, jszip, media-downloader, nuxt, samplefocus, soundcloud-downloader, soundcloud-playlist-downloader, vue, youtube-downloader
- Language: Vue
- Homepage: https://saveable.onrender.com/
- Size: 1.41 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Saveable
website with media utilities like video and audio downloader and audio extraction
new features - soundcloud playlist/album downloader (_playlists with more than about 100 tracks probably won't be downloaded because app is hosted on 512 MB servers_) and SampleFocus downloader
### functionallity:
- video, audio or playlist downloaders for such services as youtube and soundcloud (_more platfoms soon_).
- audio extraction from file or youtube video, converts most of video formats to mp3. convertion happens in your browser so your videos isn't uploaded to anywhere## try it out
[:eyes: view the app](https://saveable.onrender.com/)
## run locally
considering self-host this app if u want to download playlists and other heavy resources
setup the project:
```bash
git clone https://github.com/crucials/saveable.git
npm i
```then use [nuxi cli](https://nuxt.com/docs/api/commands/dev) to run it
⠀
