From b0ababe48b4263581949a296c469d37b47ac0183 Mon Sep 17 00:00:00 2001 From: aric3435 <157071384+arichornloverALT@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:51:41 -0500 Subject: [PATCH] Update uYouPlusPatches.h --- Sources/uYouPlusPatches.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Sources/uYouPlusPatches.h b/Sources/uYouPlusPatches.h index ee279b9..a9ecf33 100644 --- a/Sources/uYouPlusPatches.h +++ b/Sources/uYouPlusPatches.h @@ -9,6 +9,15 @@ #import #import "uYouPlus.h" +@interface DownloadManager : NSObject +// Fix uYou not being able to download Audio files for YouTube v19.22+ +- (NSURL *)getAudioDownloadURL; +- (void)startAudioDownload; +- (void)downloadAudioWithoutConversion:(NSURL *)audioURL; +- (NSString *)documentsDirectory; +@end + + @interface PlayerManager : NSObject // Prevent uYou player bar from showing when not playing downloaded media - (float)progress;