mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +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>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
@interface Extractor : NSObject
|
@interface YouTubeExtractor : NSObject
|
||||||
+ (NSDictionary *)youtubePlayerRequest :(NSString *)client :(NSString *)videoID;
|
+ (NSDictionary *)youtubePlayerRequest :(NSString *)clientId :(NSString *)videoId;
|
||||||
@end
|
@end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue