Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sealedtx committed Mar 25, 2019
2 parents 264a8b0 + 479a5f4 commit 42f4a32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
java-youtube-downloader
============

[![](https://jitpack.io/v/sealedtx/java-youtube-downloader.svg)](https://jitpack.io/#sealedtx/java-youtube-downloader)

Simple java parser for receiving youtube video meta info and download videos and audio of all available formats.

**Notice**: Youtube API does not support video download. In faсt it is prohibited - [Terms of Service - II. Prohibitions](https://developers.google.com/youtube/terms/api-services-terms-of-service).
Expand All @@ -24,7 +26,7 @@ Include
<dependency>
<groupId>com.github.sealedtx</groupId>
<artifactId>java-youtube-downloader</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand All @@ -39,6 +41,6 @@ allprojects {
}
dependencies {
implementation 'com.github.sealedtx:java-youtube-downloader:1.0.0'
implementation 'com.github.sealedtx:java-youtube-downloader:1.0.1'
}
```

0 comments on commit 42f4a32

Please sign in to comment.