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;