Unmuze
Local desktop app for saving permitted YouTube and SoundCloud media.
File Explorer
- v0.4.0.md
- v0.5.0.md
- v0.5.1.md
- v0.5.2.md
- v0.5.3.md
- ci.yml
- platform-smoke.yml
- release.yml
- unmuze-icon.png
- favicon.png
- check-release-tag.mjs
- check-updater-artifacts.mjs
- check-version-alignment.mjs
- unmuze-icon.png
- alert.tsx
- badge.tsx
- button.tsx
- card.tsx
- field.tsx
- input.tsx
- progress.tsx
- select.tsx
- separator.tsx
- skeleton.tsx
- sonner.tsx
- spinner.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- textarea.tsx
- media.test.ts
- media.ts
- tauri.ts
- utils.ts
- App.test.tsx
- App.tsx
- index.css
- main.tsx
- default.json
- 128x128.png
- [email protected]
- 32x32.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- lib.rs
- main.rs
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- .gitignore
- BUILD.md
- components.json
- CONTRIBUTING.md
- eslint.config.js
- index.html
- INSTALL.md
- LICENSE
- package-lock.json
- package.json
- README.md
- SECURITY.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- vitest.config.ts
- vitest.setup.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
yt-dlp
View Details ▼
yt-dlp
A youtube-dl fork with additional features and fixes.
Download videos from YouTube and other websites.
See also: `ytfzf`.
yt-dlp "{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}"
Download a video or playlist (with the default options from command below):
yt-dlp {{[-F|--list-formats]}} "{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}"
List the available downloadable formats for a video:
yt-dlp {{[-f|--format]}} "{{bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]}}" "{{https://www.youtube.com/watch?v=oHg5SJYRHA0}}"
Download a video or playlist using the best MP4 video available (default is "bv\*+ba/b"):
// repository documentation
Was this content helpful?
(0 ratings)
