From 3329e0c4a1e4eeb491f82c065f5c994b4e5f09fa Mon Sep 17 00:00:00 2001 From: TobiGr Date: Fri, 16 Oct 2020 22:15:08 +0200 Subject: [PATCH] Update extractor version [YouTube] Fix search for some users [YouTube] Fix random decryption exceptions [SoundCloud] URLs that end with a slash are now parsed correctly --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e49d4cc8d..72b9df7dd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -164,7 +164,7 @@ dependencies { exclude module: 'support-annotations' } - implementation 'com.github.TeamNewPipe:NewPipeExtractor:2463884aa8b696df5812f7feff553008bbd2f888' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:350eed6214b93255d788dfa208b1e9a5e5da91e6' implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751" implementation "org.jsoup:jsoup:1.13.1"