Update uYouPlusPatches.h

This commit is contained in:
aric3435 2024-10-20 19:51:41 -05:00 committed by GitHub
parent 685d0f7862
commit b0ababe48b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,15 @@
#import <YouTubeHeader/GPBUnknownFields.h>
#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;