mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update Extractor.h
This commit is contained in:
parent
bb416b905d
commit
160d9f3a85
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Extractor.h was made by @LillieH1000 from https://www.github.com/LillieH1000/YouTube-Reborn
|
||||
// Extractor.h was made by @LillieH1000 from https://github.com/LillieH1000/YouTube-Reborn/commit/bb858715235b1c2ce8793631bc34b51dfed491ef
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface Extractor : NSObject
|
||||
+ (NSDictionary *)youtubePlayerRequest :(NSString *)client :(NSString *)videoID;
|
||||
@interface YouTubeExtractor : NSObject
|
||||
+ (NSDictionary *)youtubePlayerRequest :(NSString *)clientId :(NSString *)videoId;
|
||||
@end
|
||||
|
|
|
|||
Loading…
Reference in a new issue