diff options
-rw-r--r-- | .github/workflows/build.yml | 27 | ||||
-rw-r--r-- | README.md | 11 |
2 files changed, 19 insertions, 19 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d312bd3c8..d07051816 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,18 +162,15 @@ jobs: asset_name: SHA2-256SUMS asset_content_type: text/plain - update_version_badge: - - runs-on: ubuntu-latest - - needs: build_unix - - steps: - - name: Create Version Badge - uses: schneegans/dynamic-badges-action@v1.0.0 - with: - auth: ${{ secrets.GIST_TOKEN }} - gistID: c69cb23c3c5b3316248e52022790aa57 - filename: version.json - label: Version - message: ${{ needs.build_unix.outputs.ytdlc_version }} +# update_version_badge: +# runs-on: ubuntu-latest +# needs: build_unix +# steps: +# - name: Create Version Badge +# uses: schneegans/dynamic-badges-action@v1.0.0 +# with: +# auth: ${{ secrets.GIST_TOKEN }} +# gistID: c69cb23c3c5b3316248e52022790aa57 +# filename: version.json +# label: Version +# message: ${{ needs.build_unix.outputs.ytdlc_version }} @@ -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` |