aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom-Oliver Heidel <github@tom-oliver.eu>2020-10-17 06:28:01 +0200
committerGitHub <noreply@github.com>2020-10-17 06:28:01 +0200
commit07892b3fcc960598ca56e06a6e3307549029c7d7 (patch)
tree9c35f7933a0646a8ab596dfd27393c02f0fbc41e
parentf5cf38c7a870b527fa6ce470fafd6d64c9c32183 (diff)
downloadhypervideo-pre-07892b3fcc960598ca56e06a6e3307549029c7d7.tar.lz
hypervideo-pre-07892b3fcc960598ca56e06a6e3307549029c7d7.tar.xz
hypervideo-pre-07892b3fcc960598ca56e06a6e3307549029c7d7.zip
[skip travis] slight changes to badges in readme.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2d8bd9b85..841ff50be 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-[![PyPi](https://img.shields.io/pypi/v/youtube-dlc.svg)](https://pypi.org/project/youtube-dlc)
[![Build Status](https://travis-ci.com/blackjack4494/youtube-dlc.svg?branch=master)](https://travis-ci.com/blackjack4494/youtube-dlc)
+[![PyPi](https://img.shields.io/pypi/v/youtube-dlc.svg)](https://pypi.org/project/youtube-dlc)
[![Downloads](https://pepy.tech/badge/youtube-dlc)](https://pepy.tech/project/youtube-dlc)
-[![Gitter chat](https://badges.gitter.im/youtube-dlc/gitter.png)](https://gitter.im/youtube-dlc)
+[![Gitter chat](https://img.shields.io/gitter/room/youtube-dlc/community)](https://gitter.im/youtube-dlc)
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](https://github.com/blackjack4494/youtube-dlc/blob/master/LICENSE)
youtube-dlc - download videos from youtube.com or other video platforms.
@@ -775,4 +775,4 @@ $ youtube-dlc --date 19700101
$ # Download only the videos uploaded in the 200x decade
$ youtube-dlc --dateafter 20000101 --datebefore 20091231
-``` \ No newline at end of file
+```