mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-24 04:22:20 +00:00
Update uYouPlusPatches.h
This commit is contained in:
parent
685d0f7862
commit
b0ababe48b
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue