diff options
author | Alex Shnitman <alexta69@gmail.com> | 2021-03-20 18:36:30 +0200 |
---|---|---|
committer | Alex Shnitman <alexta69@gmail.com> | 2021-03-20 18:36:30 +0200 |
commit | f81bc7a641a7960b7bed1a2ad273f55802d5992f (patch) | |
tree | 155a2329c00bfe90db0b4e0fe00c5b68beb470c9 | |
parent | upgraded youtube-dl (diff) | |
download | metube-f81bc7a641a7960b7bed1a2ad273f55802d5992f.tar.gz metube-f81bc7a641a7960b7bed1a2ad273f55802d5992f.tar.bz2 metube-f81bc7a641a7960b7bed1a2ad273f55802d5992f.zip |
add badges
-rw-r--r-- | .github/workflows/main.yml | 2 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7744f2..2436257 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: ci +name: build on: push: @@ -1,5 +1,8 @@ # MeTube
+![Build Status](https://github.com/alexta69/metube/actions/workflows/main.yml/badge.svg)
+![Docker Pulls](https://img.shields.io/docker/pulls/alexta69/metube.svg)
+
Web GUI for youtube-dl with playlist support. Allows you to download videos from YouTube and dozens of other sites (https://ytdl-org.github.io/youtube-dl/supportedsites.html).
![screenshot1](https://github.com/alexta69/metube/raw/master/screenshot.gif)
|