|
|
|
@ -1,9 +1,12 @@
|
|
|
|
|
# YT-DLP
|
|
|
|
|
|
|
|
|
|
<!-- See: https://github.com/marketplace/actions/dynamic-badges -->
|
|
|
|
|
[](https://github.com/pukkandan/yt-dlp/releases/latest)
|
|
|
|
|
[](https://github.com/pukkandan/yt-dlp/releases/latest)
|
|
|
|
|
[](LICENSE)
|
|
|
|
|
[](https://github.com/pukkandan/yt-dlp/actions)
|
|
|
|
|
[](https://github.com/pukkandan/yt-dlp/actions)
|
|
|
|
|
[](https://github.com/pukkandan/yt-dlp/commits)
|
|
|
|
|
[](https://github.com/pukkandan/yt-dlp/commits)
|
|
|
|
|
[](https://github.com/pukkandan/yt-dlp/releases/latest)
|
|
|
|
|
[](https://pypi.org/project/yt-dlp)
|
|
|
|
|
|
|
|
|
|
A command-line program to download videos from youtube.com and many other [video platforms](docs/supportedsites.md)
|
|
|
|
|
|
|
|
|
@ -85,7 +88,7 @@ If you are coming from [youtube-dl](https://github.com/ytdl-org/youtube-dl), the
|
|
|
|
|
# INSTALLATION
|
|
|
|
|
|
|
|
|
|
You can install yt-dlp using one of the following methods:
|
|
|
|
|
* Use [PyPI package](https://pypi.org/project/yt-dlp/): `python -m pip install --upgrade yt-dlp`
|
|
|
|
|
* Use [PyPI package](https://pypi.org/project/yt-dlp): `python -m pip install --upgrade yt-dlp`
|
|
|
|
|
* Download the binary from the [latest release](https://github.com/pukkandan/yt-dlp/releases/latest)
|
|
|
|
|
* Use pip+git: `python -m pip install --upgrade git+https://github.com/pukkandan/yt-dlp.git@release`
|
|
|
|
|
* Install master branch: `python -m pip install --upgrade git+https://github.com/pukkandan/yt-dlp`
|
|
|
|
|