From 7a67d192c3fd606d6d717310e1f05cb9578cee32 Mon Sep 17 00:00:00 2001
From: yausername <yauser@protonmail.com>
Date: Tue, 3 Dec 2019 07:22:14 +0530
Subject: [PATCH] updated extractor

---
 app/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/build.gradle b/app/build.gradle
index 0abaf44f7..3b0b8fe6c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -62,7 +62,7 @@ dependencies {
         exclude module: 'support-annotations'
     })
 
-    implementation 'com.github.yausername:NewPipeExtractor:00c2368'
+    implementation 'com.github.TeamNewPipe:NewPipeExtractor:43b54cc'
 
     testImplementation 'junit:junit:4.12'
     testImplementation 'org.mockito:mockito-core:2.23.0'