nficano commited on
Commit
bff6f8b
·
unverified ·
1 Parent(s): 0d9d95e

Fix Badges

Browse files
Files changed (1) hide show
  1. README.md +3 -12
README.md CHANGED
@@ -2,22 +2,13 @@
2
  <p>
3
  <img src="https://assets.nickficano.com/gh-pytube.min.svg" width="456" height="143" alt="pytube logo" />
4
  </p>
5
-
6
  <p align="center">
7
- <img src="https://img.shields.io/pypi/dm/pytube?style=for-the-badge" alt="pypi" aria-label="downloads" />
8
-
9
- <a href="http://python-pytube.readthedocs.io/en/latest/?badge=latest" aria-label="documentation version">
10
- <img src="https://readthedocs.org/projects/python-pytube/badge/?version=latest&style=for-the-badge" />
11
- </a>
12
-
13
  <a href="https://codecov.io/gh/pytube/pytube" aria-label="coverage">
14
  <img src="https://img.shields.io/codecov/c/github/pytube/pytube?style=for-the-badge" />
15
  </a>
16
-
17
- <a href="https://pypi.python.org/pypi/pytube/" aria-label="release version">
18
- <img src="https://img.shields.io/pypi/v/pytube?style=for-the-badge" />
19
- </a>
20
-
21
  </p>
22
  </div>
23
 
 
2
  <p>
3
  <img src="https://assets.nickficano.com/gh-pytube.min.svg" width="456" height="143" alt="pytube logo" />
4
  </p>
 
5
  <p align="center">
6
+ <img src="https://img.shields.io/pypi/dm/pytube?style=for-the-badge" alt="pypi"/>
7
+ <img src="https://readthedocs.org/projects/python-pytube/badge/?version=latest&style=for-the-badge" />
 
 
 
 
8
  <a href="https://codecov.io/gh/pytube/pytube" aria-label="coverage">
9
  <img src="https://img.shields.io/codecov/c/github/pytube/pytube?style=for-the-badge" />
10
  </a>
11
+ <img src="https://img.shields.io/pypi/v/pytube?style=for-the-badge" />
 
 
 
 
12
  </p>
13
  </div>
14