diff --git a/Sources/Extractor.h b/Sources/Extractor.h index 9b10634..e141ca0 100644 --- a/Sources/Extractor.h +++ b/Sources/Extractor.h @@ -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 -@interface Extractor : NSObject -+ (NSDictionary *)youtubePlayerRequest :(NSString *)client :(NSString *)videoID; +@interface YouTubeExtractor : NSObject ++ (NSDictionary *)youtubePlayerRequest :(NSString *)clientId :(NSString *)videoId; @end