From 479a5f453011b6e76a42e38943fd1f150b3721d5 Mon Sep 17 00:00:00 2001 From: Igor Kiulian Date: Fri, 22 Mar 2019 23:50:17 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83a9966..e882721 100644 --- a/README.md +++ b/README.md @@ -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). @@ -24,7 +26,7 @@ Include com.github.sealedtx java-youtube-downloader - 1.0.0 + 1.0.1 ``` @@ -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' } ```