|
@@ -65,7 +65,7 @@ yt-dlp is a [youtube-dl](https://github.com/ytdl-org/youtube-dl) fork based on t
|
|
|
* [CONTRIBUTING](CONTRIBUTING.md#contributing-to-yt-dlp)
|
|
|
* [Opening an Issue](CONTRIBUTING.md#opening-an-issue)
|
|
|
* [Developer Instructions](CONTRIBUTING.md#developer-instructions)
|
|
|
-* [MORE](#more)
|
|
|
+* [WIKI](https://github.com/yt-dlp/yt-dlp/wiki)
|
|
|
<!-- MANPAGE: END EXCLUDED SECTION -->
|
|
|
|
|
|
|
|
@@ -158,76 +158,26 @@ For ease of use, a few more compat options are available:
|
|
|
|
|
|
# INSTALLATION
|
|
|
|
|
|
-You can install yt-dlp using one of the following methods:
|
|
|
-
|
|
|
-### Using the release binary
|
|
|
-
|
|
|
-You can simply download the [correct binary file](#release-files) for your OS
|
|
|
-
|
|
|
<!-- MANPAGE: BEGIN EXCLUDED SECTION -->
|
|
|
[](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe)
|
|
|
-[](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp)
|
|
|
+[](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp)
|
|
|
[](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos)
|
|
|
+[](https://pypi.org/project/yt-dlp)
|
|
|
[](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.tar.gz)
|
|
|
[](#release-files)
|
|
|
[](https://github.com/yt-dlp/yt-dlp/releases)
|
|
|
<!-- MANPAGE: END EXCLUDED SECTION -->
|
|
|
|
|
|
-Note: The manpages, shell completion files etc. are available in the [source tarball](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.tar.gz)
|
|
|
-
|
|
|
-<!-- TODO: Move to Wiki -->
|
|
|
-In UNIX-like OSes (MacOS, Linux, BSD), you can also install the same in one of the following ways:
|
|
|
-
|
|
|
-```
|
|
|
-sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
|
|
|
-sudo chmod a+rx /usr/local/bin/yt-dlp
|
|
|
-```
|
|
|
-
|
|
|
-```
|
|
|
-sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
|
|
|
-sudo chmod a+rx /usr/local/bin/yt-dlp
|
|
|
-```
|
|
|
-
|
|
|
-```
|
|
|
-sudo aria2c https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp --dir /usr/local/bin -o yt-dlp
|
|
|
-sudo chmod a+rx /usr/local/bin/yt-dlp
|
|
|
-```
|
|
|
-
|
|
|
-
|
|
|
-### With [PIP](https://pypi.org/project/pip)
|
|
|
-
|
|
|
-You can install the [PyPI package](https://pypi.org/project/yt-dlp) with:
|
|
|
-```
|
|
|
-python3 -m pip install -U yt-dlp
|
|
|
-```
|
|
|
-
|
|
|
-You can install without any of the optional dependencies using:
|
|
|
-```
|
|
|
-python3 -m pip install --no-deps -U yt-dlp
|
|
|
-```
|
|
|
-
|
|
|
-If you want to be on the cutting edge, you can also install the master branch with:
|
|
|
-```
|
|
|
-python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
|
|
|
-```
|
|
|
-
|
|
|
-On some systems, you may need to use `py` or `python` instead of `python3`
|
|
|
-
|
|
|
-<!-- TODO: Add to Wiki, Remove Taps -->
|
|
|
-### With [Homebrew](https://brew.sh)
|
|
|
+You can install yt-dlp using [the binaries](#release-files), [PIP](https://pypi.org/project/yt-dlp) or one using a third-party package manager. See [the wiki](https://github.com/yt-dlp/yt-dlp/wiki/Installation) for detailed instructions
|
|
|
|
|
|
-macOS or Linux users that are using Homebrew can also install it by:
|
|
|
-
|
|
|
-```
|
|
|
-brew install yt-dlp/taps/yt-dlp
|
|
|
-```
|
|
|
|
|
|
## UPDATE
|
|
|
-You can use `yt-dlp -U` to update if you are [using the provided release](#using-the-release-binary)
|
|
|
+You can use `yt-dlp -U` to update if you are [using the release binaries](#release-files)
|
|
|
+
|
|
|
+If you [installed with PIP](https://github.com/yt-dlp/yt-dlp/wiki/Installation#with-pip), simply re-run the same command that was used to install the program
|
|
|
|
|
|
-If you [installed with pip](#with-pip), simply re-run the same command that was used to install the program
|
|
|
+For other third-party package managers, see [the wiki](https://github.com/yt-dlp/yt-dlp/wiki/Installation) or refer their documentation
|
|
|
|
|
|
-If you [installed using Homebrew](#with-homebrew), run `brew upgrade yt-dlp/taps/yt-dlp`
|
|
|
|
|
|
<!-- MANPAGE: BEGIN EXCLUDED SECTION -->
|
|
|
## RELEASE FILES
|
|
@@ -256,11 +206,14 @@ File|Description
|
|
|
|
|
|
File|Description
|
|
|
:---|:---
|
|
|
-[yt-dlp.tar.gz](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.tar.gz)|Source tarball. Also contains manpages, completions, etc
|
|
|
+[yt-dlp.tar.gz](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.tar.gz)|Source tarball
|
|
|
[SHA2-512SUMS](https://github.com/yt-dlp/yt-dlp/releases/latest/download/SHA2-512SUMS)|GNU-style SHA512 sums
|
|
|
[SHA2-256SUMS](https://github.com/yt-dlp/yt-dlp/releases/latest/download/SHA2-256SUMS)|GNU-style SHA256 sums
|
|
|
<!-- MANPAGE: END EXCLUDED SECTION -->
|
|
|
|
|
|
+
|
|
|
+Note: The manpages, shell completion files etc. are available in the [source tarball](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.tar.gz)
|
|
|
+
|
|
|
## DEPENDENCIES
|
|
|
Python versions 3.7+ (CPython and PyPy) are supported. Other versions and implementations may or may not work correctly.
|
|
|
|
|
@@ -722,10 +675,10 @@ You can also fork the project on github and run your fork's [build workflow](.gi
|
|
|
Currently supported keyrings are: basictext,
|
|
|
gnomekeyring, kwallet
|
|
|
--no-cookies-from-browser Do not load cookies from browser (default)
|
|
|
- --cache-dir DIR Location in the filesystem where youtube-dl
|
|
|
- can store some downloaded information (such
|
|
|
- as client ids and signatures) permanently.
|
|
|
- By default $XDG_CACHE_HOME/yt-dlp or
|
|
|
+ --cache-dir DIR Location in the filesystem where yt-dlp can
|
|
|
+ store some downloaded information (such as
|
|
|
+ client ids and signatures) permanently. By
|
|
|
+ default $XDG_CACHE_HOME/yt-dlp or
|
|
|
~/.cache/yt-dlp
|
|
|
--no-cache-dir Disable filesystem caching
|
|
|
--rm-cache-dir Delete all filesystem cache files
|
|
@@ -1220,7 +1173,7 @@ The field names themselves (the part inside the parenthesis) can also have some
|
|
|
|
|
|
1. **Replacement**: A replacement value can specified using a `&` separator. If the field is *not* empty, this replacement value will be used instead of the actual field content. This is done after alternate fields are considered; thus the replacement is used if *any* of the alternative fields is *not* empty.
|
|
|
|
|
|
-1. **Default**: A literal default value can be specified for when the field is empty using a `|` separator. This overrides `--output-na-template`. E.g. `%(uploader|Unknown)s`
|
|
|
+1. **Default**: A literal default value can be specified for when the field is empty using a `|` separator. This overrides `--output-na-placeholder`. E.g. `%(uploader|Unknown)s`
|
|
|
|
|
|
1. **More Conversions**: In addition to the normal format types `diouxXeEfFgGcrs`, yt-dlp additionally supports converting to `B` = **B**ytes, `j` = **j**son (flag `#` for pretty-printing), `h` = HTML escaping, `l` = a comma separated **l**ist (flag `#` for `\n` newline-separated), `q` = a string **q**uoted for the terminal (flag `#` to split a list into different arguments), `D` = add **D**ecimal suffixes (e.g. 10M) (flag `#` to use 1024 as factor), and `S` = **S**anitize as filename (flag `#` for restricted)
|
|
|
|
|
@@ -1364,12 +1317,6 @@ The current default template is `%(title)s [%(id)s].%(ext)s`.
|
|
|
|
|
|
In some cases, you don't want special characters such as 中, spaces, or &, such as when transferring the downloaded filename to a Windows system or the filename through an 8bit-unsafe channel. In these cases, add the `--restrict-filenames` flag to get a shorter title.
|
|
|
|
|
|
-<!-- MANPAGE: BEGIN EXCLUDED SECTION -->
|
|
|
-#### Output template and Windows batch files
|
|
|
-
|
|
|
-If you are using an output template inside a Windows batch file then you must escape plain percent characters (`%`) by doubling, so that `-o "%(title)s-%(id)s.%(ext)s"` should become `-o "%%(title)s-%%(id)s.%%(ext)s"`. However you should not touch `%`'s that are not plain characters, e.g. environment variables for expansion should stay intact: `-o "C:\%HOMEPATH%\Desktop\%%(title)s.%%(ext)s"`.
|
|
|
-<!-- MANPAGE: END EXCLUDED SECTION -->
|
|
|
-
|
|
|
#### Output template examples
|
|
|
|
|
|
```bash
|
|
@@ -2141,5 +2088,5 @@ These options were deprecated since 2014 and have now been entirely removed
|
|
|
# CONTRIBUTING
|
|
|
See [CONTRIBUTING.md](CONTRIBUTING.md#contributing-to-yt-dlp) for instructions on [Opening an Issue](CONTRIBUTING.md#opening-an-issue) and [Contributing code to the project](CONTRIBUTING.md#developer-instructions)
|
|
|
|
|
|
-# MORE
|
|
|
-For FAQ see the [youtube-dl README](https://github.com/ytdl-org/youtube-dl#faq)
|
|
|
+# WIKI
|
|
|
+See the [Wiki](https://github.com/yt-dlp/yt-dlp/wiki) for more information
|