# yle-dl を Homebrew, dnf, Nix でインストール

yle-dl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:yle-dl
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install yle-dl
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install yle-dl
```

  証拠: Fedora Rawhide package metadata: yle-dl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#yle-dl
```

  証拠: nixpkgs package indexes: pkgs/by-name/yl/yle-dl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:yle-dl
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/yle-dl>
- **バージョン:** 20260716
- **ソース概要:** Download Yle videos from the command-line
- **ホームページ:** <https://aajanki.github.io/yle-dl/index-en.html>
- **リポジトリ:** <https://github.com/aajanki/yle-dl>
- **上流ドキュメント:** <https://aajanki.github.io/yle-dl/index-en.html>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/43/44/6cfc893c159050df7f79a8c48b306f195ca3aa5f1106ea389ec3e3015400/yle_dl-20260716.tar.gz>
- **最終更新:** 2026-07-17T19:21:55Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- yle-dl (cli)
- yle-dl (エイリアス)

## 依存関係

- certifi
- ffmpeg
- python@3.14
- rtmpdump

## macOS 提供ライブラリ

- libxml2
- libxslt

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 20260716
- マネージャ更新日: 2026-07-17
- ローカルデータ: OK
- 上流リポジトリ: https://aajanki.github.io/yle-dl/index-en.html
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

`yle-dl` is a command-line downloader for media from the Finnish public broadcaster Yle, especially Yle Areena, Elava Arkisto, and Yle news. It is a niche but long-lived package whose value is keeping local CLI workflows working as Yle's streaming formats and site behavior change.

### プロジェクトの歴史

The project changelog records an initial release on 2009-06-14. Early entries show the tool quickly adapting to Yle's streaming service behavior, including FLV naming, resume support, RTMP packet changes, Akamai/live stream support, YLE pass cookie handling, and User-Agent requirements.

The current README describes a Python tool for downloading Yle media, with dependencies on Python, ffmpeg, and wget for podcasts. The repository was created on GitHub on 2012-04-11, after the project had already been maintained for several years.

### 採用の歴史

Adoption appears mostly local and regional rather than broad global infrastructure adoption: the project documents contributed packages for distributions, Homebrew includes it, and the README has OS-specific installation notes for Debian, Ubuntu, macOS, Windows, and Android.

Its longevity comes from maintenance rather than ecosystem hype. Recent changelog entries continue to track Yle Areena changes, subtitle behavior, Python version support, ffmpeg behavior, podcasts, live TV commands, and metadata output.

### 使われ方

Users pass an Areena, Elava Arkisto, or Yle news URL to `yle-dl`, optionally saving to a chosen filename, reading URLs from a file, piping to a player, downloading subtitles, selecting resolution or bitrate, recording live TV channels, or printing stream metadata as JSON.

The tool also supports config files at `~/.yledl.conf` or `~/.config/yledl.conf`, which is package-nerd relevant because it behaves like a normal Unix CLI despite targeting one broadcaster's changing web services.

### パッケージ好きにとっての重要性

`yle-dl` is significant as a small regional media CLI that survived by tracking a hostile-to-static-assumptions web surface. It is the kind of package that matters disproportionately to users in one country and quietly exercises package-manager support for Python, ffmpeg, platform filename rules, subtitles, and live streams.

### タイムライン

- 2009-06-14: Changelog records version 1.0 as the initial release.
- 2009-07-15: Version 1.1 adds Areena net radios, live streams, Akamai support, and YLE pass cookie support.
- 2012-04-11: GitHub repository created.
- 2024-04-29: Changelog records a new command for recording live TV and support for a new Areena stream type.
- 2026-06-24: Changelog records support for Areena Lyhyet videos and subtitle-only improvements.

### Related projects

- Yle Areena, Elava Arkisto, and Yle news are the services targeted by the downloader.
- ffmpeg, wget, mpv, and VLC are common adjacent tools in the documented workflow.

### ソース

- <https://aajanki.github.io/yle-dl/index-en.html>
- <https://api.github.com/repos/aajanki/yle-dl>
- <https://github.com/aajanki/yle-dl>
- <https://raw.githubusercontent.com/aajanki/yle-dl/master/ChangeLog>
- <https://raw.githubusercontent.com/aajanki/yle-dl/master/README.md>


## セキュリティノート

yle-dl に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.yledl.conf, ~/.config/yledl.conf
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** yle-dl
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Nix - yle-dl: normalized package name match | nixpkgs package indexes: pkgs/by-name/yl/yle-dl/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - yle-dl - 20260624-2.fc45: normalized package name match | Fedora Rawhide package metadata: yle-dl from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Download videos from Yle servers | https://aajanki.github.io/yle-dl/index-en.html
- dnf - yle-dl+extra - 20260624-2.fc45: normalized package name match | Fedora Rawhide package metadata: yle-dl+extra from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Metapackage for yle-dl: extra extras | https://aajanki.github.io/yle-dl/index-en.html


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [ffmpeg](https://pkg.so/ja/brew/ffmpeg/) - Runtime dependency declared by Homebrew.
- [rtmpdump](https://pkg.so/ja/brew/rtmpdump/) - Runtime dependency declared by Homebrew.
- [svtplay-dl](https://pkg.so/ja/brew/svtplay-dl/) - Shares pkgdb curated category or tags: cli, media, python, video-downloader.
- [ykdl](https://pkg.so/ja/brew/ykdl/) - Shares pkgdb curated category or tags: cli, media, python, video-downloader.
- [ocrmypdf](https://pkg.so/ja/brew/ocrmypdf/) - Shares pkgdb curated category or tags: cli, media, python.
- [vapoursynth](https://pkg.so/ja/brew/vapoursynth/) - Shares pkgdb curated category or tags: cli, media, python.
- [gallery-dl](https://pkg.so/ja/brew/gallery-dl/) - Shares pkgdb curated category or tags: cli, media, python.
- [streamlink](https://pkg.so/ja/brew/streamlink/) - Shares pkgdb curated category or tags: cli, media, python.
- [pdfly](https://pkg.so/ja/brew/pdfly/) - Shares pkgdb curated category or tags: cli, media, python.
- [instaloader](https://pkg.so/ja/brew/instaloader/) - Shares pkgdb curated category or tags: cli, media, python.
- [scdl](https://pkg.so/ja/brew/scdl/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, command-line, download, downloader.
- [instalooter](https://pkg.so/ja/brew/instalooter/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, download, downloader, media.
- [yewtube](https://pkg.so/ja/brew/yewtube/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, downloader, ffmpeg, media.

## Combined YAML source

View the package source record on GitHub. [combined/yle-dl.yml](https://github.com/mxcl/pkgdb/blob/main/combined/yle-dl.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
