mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-07-31 06:29:08 +00:00
[doc] Remove Homebrew and MacPorts installation instructions
Homebrew's formula was [deprecated on 23 Nov 2023](https://github.com/Homebrew/homebrew-core/pull/155315/changes),
[disabled on 22 Nov 2024](d579fce6af),
and [removed altogether on 24 Nov 2025](https://github.com/Homebrew/homebrew-core/pull/255668/changes).
The [MacPorts port](https://ports.macports.org/port/youtube-dl/)
is still stuck in the old, obsolete v2021.12.17,
so recommending it is also not helpful.
Removing these installation methods from the README for now,
until a [new release is made](https://github.com/ytdl-org/youtube-dl/issues/31585)
and those packages get reinstated/updated.
This commit is contained in:
parent
956b8c5855
commit
f75f21290a
|
|
@ -36,14 +36,6 @@ You can also use pip:
|
|||
|
||||
This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information.
|
||||
|
||||
macOS users can install youtube-dl with [Homebrew](https://brew.sh/):
|
||||
|
||||
brew install youtube-dl
|
||||
|
||||
Or with [MacPorts](https://www.macports.org/):
|
||||
|
||||
sudo port install youtube-dl
|
||||
|
||||
Alternatively, refer to the [developer instructions](#developer-instructions) for how to check out and work with the git repository. For further options, including PGP signatures, see the [youtube-dl Download Page](https://ytdl-org.github.io/youtube-dl/download.html).
|
||||
|
||||
# DESCRIPTION
|
||||
|
|
|
|||
Loading…
Reference in a new issue