# tubeup を Homebrew, MacPorts でインストール

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

## インストール

```sh
sudo av install brew:tubeup
```

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

### macOS

- Homebrew (100%):

```sh
brew install tubeup
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tubeup
```

  証拠: MacPorts ports tree: python/tubeup/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:tubeup
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/tubeup>
- **バージョン:** 2026.5.8
- **ソース概要:** Use yt-dlp to download video/metadata and upload to the Internet Archive
- **ホームページ:** <https://github.com/bibanon/tubeup>
- **リポジトリ:** <https://github.com/bibanon/tubeup>
- **上流ドキュメント:** <https://github.com/bibanon/tubeup#readme>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/7e/44/6deb75f6d3a553fe3f8dfbd7c0fdea15f31b67272808efad98303803cca7/tubeup-2026.5.8.tar.gz>
- **最終更新:** 2026-06-19T17:26:07Z
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- tubeup (cli)
- tubeup (エイリアス)

## 依存関係

- certifi
- cffi
- pycparser
- python@3.14

## ビルド依存関係

- node

## macOS 提供ライブラリ

- libffi

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 2026.5.8
- マネージャ更新日: 2026-06-19
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/bibanon/tubeup
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

tubeup is an archival uploader that uses yt-dlp to download video and metadata, then uploads the result to the Internet Archive through the `internetarchive` Python module. The README describes it as a multi-VOD service to Archive.org uploader.

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

The README traces the project lineage to emijrp's original `youtube2internetarchive.py` in 2012 and Matt Hazinski's 2015 fork, with Bibliotheca Anonoma later designing tubeup for archiving single videos, playlists, or accounts to the Internet Archive.

Official tags show early 0.0.x releases in 2016 and a later date-style 2026 release. The current README credits contributors for moving from an external script to library calls, switching Tubeup into a PyPI repository, adding variable collections, rebasing toward an object-oriented library, and improving download/upload stability.

### 採用の歴史

tubeup's adoption is narrower than general-purpose video downloaders because it is tied to Internet Archive upload workflows. The README explicitly says third-party package managers such as Homebrew, MacPorts, apt, and yum are not supported, even though the supplied package facts show Homebrew and MacPorts entries.

Its practical niche is preservation work: the README discusses Archive.org accounts, upload privileges, collection metadata, Community Video defaults, collection-owner/admin requirements, and warnings against dumping entire channels into public collections without coordination.

### 使われ方

The supported workflow is to install with pipx, configure Internet Archive credentials via `ia configure`, and run `tubeup <url>` for URLs supported by yt-dlp. The README documents metadata flags, cookies, proxy use, download archives, output templates, custom download directories, and checking uploaded items under an Archive.org user page.

The README strongly recommends Linux or another POSIX system, preferably a VPS with enough RAM and storage, and it warns users not to use Tubeup for live-video archiving because yt-dlp live handling is described as unsuitable for archival use in that context.

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

tubeup is interesting to package users precisely because it is awkward to package: it sits on fast-moving yt-dlp behavior, Internet Archive credentials, ffmpeg, Deno for YouTube extractor support, and long-running upload failure handling.

For the package-nerd niche, it documents a real-world conflict between distribution convenience and upstream support policy: Homebrew can package it, but upstream tells users to use pipx and keep tubeup, yt-dlp, internetarchive, and Deno current.

### タイムライン

- 2012: README credits emijrp's `youtube2internetarchive.py` as the original ancestor.
- 2015: README credits Matt Hazinski's fork with numerous improvements.
- 2016: Early official 0.0.x tubeup tags published.
- 2026: README copyright and date-style release tag show continuing maintenance.

### Related projects

- yt-dlp is the downloader backend named throughout the README.
- internetarchive is the Python module and `ia configure` credential path used for Archive.org uploads.
- youtube2internetarchive.py is credited as the original ancestor of the project.

### ソース

- current_curation.credentials-file-location
- <https://github.com/bibanon/tubeup#readme>
- official git tags from https://github.com/bibanon/tubeup
- source_facts.package-manager


## セキュリティノート

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



## 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: ~/.tubeup/downloads

## Credential files

- Unix: $IA_CONFIG_FILE, $XDG_CONFIG_HOME/internetarchive/ia.ini, ~/.config/internetarchive/ia.ini, ~/.config/ia.ini, ~/.ia
## ソースデータベース詳細

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

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

- MacPorts - tubeup: normalized package name match | MacPorts ports tree: python/tubeup/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Archive and compression packages](https://www.automicvault.com/ja/pkg/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/ja/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [cffi](https://www.automicvault.com/ja/pkg/brew/cffi/) - Runtime dependency declared by Homebrew.
- [python@3.14](https://www.automicvault.com/ja/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [node](https://www.automicvault.com/ja/pkg/brew/node/) - Build dependency declared by Homebrew.
- [yt-dlp](https://www.automicvault.com/ja/pkg/brew/yt-dlp/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, dlp, python, python-3-14, video.
- [bilix](https://www.automicvault.com/ja/pkg/brew/bilix/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, download, python, python-3-14, video.
- [forbidden](https://www.automicvault.com/ja/pkg/brew/forbidden/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cffi, pycparser, python, python-3-14.

## Combined YAML source

View the package source record on GitHub. [combined/tubeup.yml](https://github.com/automic-vault/db/blob/main/combined/tubeup.yml)


## ソース

- Nucleus package database
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
