Skip to content

Commit

Permalink
Update Extractor.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored May 25, 2024
1 parent bb416b9 commit 160d9f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/Extractor.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 160d9f3

Please sign in to comment.