From 02661c784093de64b7046986470856bc0f796bcd Mon Sep 17 00:00:00 2001 From: K Gill <60492161+ShareASmile@users.noreply.github.com> Date: Sun, 14 Jul 2024 16:53:27 +0530 Subject: [PATCH] [YT] Update extractor to fix videos not loading at start Also fix channel content not loading giving parsing exception "could not load channel id" --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4d63b2ff9..0892a2369 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -213,7 +213,7 @@ dependencies { // name and the commit hash with the commit hash of the (pushed) commit you want to test // This works thanks to JitPack: https://jitpack.io/ implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751' - implementation 'com.github.ShareASmile:NewPipeExtractor:4aea925d97' + implementation 'com.github.RSoulwin:NewPipeExtractor:d731ca24559172813df0fdebcbf10239cc26d6fc' /** Third-party libraries **/ // Instance state boilerplate elimination