Skip to content

XCDYouTubeRequestTypeGetVideoInfo is resulting in a 404 response #543

@jdhamilton99

Description

@jdhamilton99

NSDictionary *query = @{ @"video_id": self.videoIdentifier,
@"hl": self.languageIdentifier,
@"el": eventLabel,
@"ps": @"default",
@"html5" : @"1",
@"eurl": [@"https://youtube.googleapis.com/v/" stringByAppendingString: self.videoIdentifier],
@"c": @"TVHTML5",
@"cver": @"6.20180913" };

	NSString *queryString = XCDQueryStringWithDictionary(query);
	NSURL *videoInfoURL = [NSURL URLWithString:[@"https://www.youtube.com/get_video_info?" stringByAppendingString: queryString]];
	[self startRequestWithURL:videoInfoURL type:XCDYouTubeRequestTypeGetVideoInfo];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions