aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Shnitman <alexta69@gmail.com>2021-03-20 18:36:30 +0200
committerAlex Shnitman <alexta69@gmail.com>2021-03-20 18:36:30 +0200
commitf81bc7a641a7960b7bed1a2ad273f55802d5992f (patch)
tree155a2329c00bfe90db0b4e0fe00c5b68beb470c9 /README.md
parentupgraded youtube-dl (diff)
downloadmetube-f81bc7a641a7960b7bed1a2ad273f55802d5992f.tar.gz
metube-f81bc7a641a7960b7bed1a2ad273f55802d5992f.tar.bz2
metube-f81bc7a641a7960b7bed1a2ad273f55802d5992f.zip
add badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 784b502..251acdf 100644
--- a/README.md
+++ b/README.md
@@ -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)
bgstack15