From 4ff5e98991cc9c78c0233a8e0c2f8b0200fb3e04 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 27 Jan 2021 20:08:13 +0530 Subject: [PATCH] More badges :ci skip all --- .github/workflows/build.yml | 27 ++++++++++++--------------- 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 }} diff --git a/README.md b/README.md index f780df4b4..f65d4b00f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # YT-DLP - -[![Release Version](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/pukkandan/c69cb23c3c5b3316248e52022790aa57/raw/version.json&color=brightgreen)](https://github.com/pukkandan/yt-dlp/releases/latest) +[![Release version](https://img.shields.io/github/v/release/pukkandan/yt-dlp?color=brightgreen&label=Release)](https://github.com/pukkandan/yt-dlp/releases/latest) [![License: Unlicense](https://img.shields.io/badge/License-Unlicense-blue.svg)](LICENSE) -[![CI Status](https://github.com/pukkandan/yt-dlp/workflows/Core%20Tests/badge.svg?branch=master)](https://github.com/pukkandan/yt-dlp/actions) +[![CI Status](https://github.com/pukkandan/yt-dlp/workflows/Core%20Tests/badge.svg?branch=master)](https://github.com/pukkandan/yt-dlp/actions) +[![Commits](https://img.shields.io/github/commit-activity/m/pukkandan/yt-dlp?label=commits)](https://github.com/pukkandan/yt-dlp/commits) +[![Last Commit](https://img.shields.io/github/last-commit/pukkandan/yt-dlp/master)](https://github.com/pukkandan/yt-dlp/commits) +[![Downloads](https://img.shields.io/github/downloads/pukkandan/yt-dlp/total)](https://github.com/pukkandan/yt-dlp/releases/latest) +[![PyPi Downloads](https://img.shields.io/pypi/dm/yt-dlp?label=PyPi)](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`