Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Media Fetcher

BryanBryan25 downloads

Download authorized audio and video as vault attachments using a local yt-dlp installation.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Media Fetcher is a desktop-only Obsidian plugin for authorized personal archiving, research, education, and knowledge preservation. It uses your local yt-dlp installation to save a lecture, webcast, video, or podcast as a normal attachment inside your vault.

Why this plugin

Existing community plugins either support only Windows, make downloading a secondary feature of a larger player, or focus on transcription and AI. Media Fetcher is intentionally narrow: capture a URL, store the media in the vault, and optionally embed it in the note you are writing.

Features

  • Video or audio-only downloads
  • 480p, 720p, 1080p, or best-available video presets
  • M4A, MP3, and Opus audio presets
  • macOS auto-detection for Homebrew, MacPorts, pip, and local binary installs
  • Configurable vault attachment folder
  • Follows Obsidian's configured attachment location by default
  • Download progress in the status bar
  • Clickable activity panel with live progress, recent diagnostics, and errors
  • A command to cancel the active download
  • Optional attachment embed and source link in the active note
  • Right-click raw URLs and Markdown links to download and replace them
  • No shell interpolation: yt-dlp is invoked directly with an argument array
  • Single-item downloads by default to prevent accidental playlist imports

Media Fetcher does not bundle, download, or update yt-dlp or ffmpeg.

Installation

After the plugin is accepted into the Obsidian Community Plugins directory:

  1. Open Settings → Community plugins → Browse.
  2. Search for Media Fetcher.
  3. Select Install, then Enable.

For beta testing before directory approval, add https://github.com/nonstopdevelopment/media-fetcher through BRAT, or copy the three release assets into <vault>/.obsidian/plugins/media-fetcher/.

Requirements

  • Obsidian desktop 1.7.2 or newer
  • yt-dlp installed locally
  • ffmpeg for merged video streams and audio conversion

On macOS with Homebrew:

brew install yt-dlp ffmpeg

Obsidian applications do not always inherit the same PATH as Terminal. Media Fetcher checks common locations such as /opt/homebrew/bin/yt-dlp and also lets you set the absolute path in settings.

Use

  1. Run Media Fetcher: Download media to vault from the command palette, or click the download icon in the ribbon.
  2. Paste a URL and choose video or audio.
  3. Leave Insert in active note enabled to add the attachment and source link at the cursor when the download finishes.

By default, Media Fetcher follows Settings → Files and links → Default location for new attachments. This supports the vault root, a fixed attachment folder, the current note's folder, and a subfolder beneath the current note's folder. Select Custom media folder in Media Fetcher settings only if you prefer one centralized media library.

Responsible use

Media Fetcher is a general-purpose interface to software installed and controlled by the user. It is not intended to circumvent DRM, paywalls, authentication, access controls, or other technical restrictions.

Use it only for media you own, media whose rights holder has authorized you to download, appropriately licensed or public-domain media, or uses otherwise permitted by applicable law. You are responsible for evaluating copyright, license terms, privacy and publicity rights, and the source platform's terms before downloading, sharing, publishing, or redistributing any media.

The plugin cannot determine whether a particular download or later use is lawful. See Responsible use for examples and additional guidance. This project is not affiliated with or endorsed by yt-dlp, YouTube, or any supported media service.

Development

This repository uses pnpm:

pnpm install
pnpm check

For local testing, copy or symlink main.js, manifest.json, and styles.css to <vault>/.obsidian/plugins/media-fetcher/, then reload Obsidian.

Release

Push a semantic-version tag matching manifest.json, without a v prefix. The release workflow validates the project and publishes main.js, manifest.json, and styles.css as GitHub release assets.

Privacy and security

Media Fetcher does not include telemetry, advertisements, accounts, payments, or a plugin-owned server.

When you start a download, the plugin passes the URL to your configured local yt-dlp executable. yt-dlp and ffmpeg contact the media source and any delivery hosts required by that source. Media Fetcher starts these executables directly with argument arrays and never interpolates the URL into a shell command.

When following Obsidian's attachment settings, the download is staged in a plugin-created operating-system temporary directory, moved into the selected vault attachment folder, and the temporary directory is removed. With a custom media folder, the executable writes directly into that vault folder. Recent diagnostic messages and URLs remain in memory only for the current Obsidian session.

Report security concerns through the repository's issue tracker.

License

MIT

HealthExcellent
ReviewSatisfactory
About
Save lectures, webcasts, videos, or podcasts as attachments in your vault on desktop using your local yt-dlp installation. Choose video or audio-only presets (480p/720p/1080p or best; M4A/MP3/Opus), monitor live progress and diagnostics, and optionally embed the file or source link in the active note.
AttachmentsVideoAudio
Details
Current version
1.0.1
Last updated
Last week
Created
Last week
Updates
2 releases
Downloads
25
Compatible with
Obsidian 1.7.2+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Author
BryanBryannonstopdevelopment
GitHubnonstopdevelopment
  1. Community
  2. Plugins
  3. Attachments
  4. Media Fetcher

Related plugins

Media Extended

Integrate, manage video or audio directly in your notes, with enhanced playback and timestamp support. (Closed source)

Audio Notes

Create notes for podcasts and audio files, and automatically generate transcripts while listening so you can quickly take notes on the best parts of the podcast.

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.

Ink

Handwriting and drawing directly between paragraphs using a digital pen, stylus, or Apple pencil.

Pixel Perfect Image

Pixel perfect 100% image resizing, copy to clipboard, show image in Finder/Explorer, and much more.

Local Images Plus

A reincarnation of Local Images to download images in Markdown notes to local storage.

Consistent Attachments and Links

Move note attachments and update links automatically.

Image Context Menus

Image context menus (mostly on right click): Copy to clipboard, Open in default app, Show in system explorer, Reveal file in navigation, Open in new tab.

Local GPT

Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.

Voice

Listen to your notes as natural speech with text-to-speech (TTS). Read notes aloud, play them like an audiobook in the voice player, download MP3 audio and listen offline hands-free on mobile.