Skip to content

Commit 5cae16f

Browse files
authored
Merge pull request #51 from coffeemakr/patch-1
Update README.md
2 parents a5ba482 + 2d00b71 commit 5cae16f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# NewPipe Extractor [![Build Status](https://travis-ci.org/TeamNewPipe/NewPipeExtractor.svg?branch=master)](https://travis-ci.org/TeamNewPipe/NewPipeExtractor)
1+
# NewPipe Extractor
2+
3+
[![Build Status](https://travis-ci.org/TeamNewPipe/NewPipeExtractor.svg?branch=master)](https://travis-ci.org/TeamNewPipe/NewPipeExtractor) [![JIT Pack Badge](https://jitpack.io/v/TeamNewPipe/NewPipeExtractor.svg)](https://jitpack.io/#TeamNewPipe/NewPipeExtractor)
24

35
NewPipe Extractor is a library for extracting things from streaming sites. It is a core component of [NewPipe](https://github.com/TeamNewPipe/NewPipe), but could be used independently.
46

@@ -9,7 +11,7 @@ NewPipe Extractor is available at JitPack's Maven repo.
911
If you're using Gradle, you could add NewPipe Extractor as a dependency with the following steps:
1012

1113
1. Add `maven { url 'https://jitpack.io' }` to the `repositories` in your `build.gradle`.
12-
2. Add `compile 'com.github.TeamNewPipe:NewPipeExtractor:82ae72900a'`the `dependencies` in your `build.gradle`. Replace `82ae72900a` with the latest commit.
14+
2. Add `compile 'com.github.TeamNewPipe:NewPipeExtractor:v0.11.0'`the `dependencies` in your `build.gradle`. Replace `v0.11.0` with the latest release.
1315

1416
## Supported sites
1517

0 commit comments

Comments
 (0)