Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sealedtx authored Jan 11, 2020
1 parent 3b08706 commit 2dbcdde
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
Expand Up @@ -5,6 +5,8 @@ java-youtube-downloader

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

**Since 2.0.0** supports downloading videos with signature.

**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).

This project is used only for educational purposes.
Expand Down Expand Up @@ -83,7 +85,7 @@ Include
<dependency>
<groupId>com.github.sealedtx</groupId>
<artifactId>java-youtube-downloader</artifactId>
<version>1.0.2</version>
<version>2.0.0</version>
</dependency>
```

Expand All @@ -98,6 +100,6 @@ allprojects {
}
dependencies {
implementation 'com.github.sealedtx:java-youtube-downloader:1.0.2'
implementation 'com.github.sealedtx:java-youtube-downloader:2.0.0'
}
```

0 comments on commit 2dbcdde

Please sign in to comment.