New User Agent for HD quality#95
Conversation
… LBYouTubePlayerViewController
…e HTML. Will require IOS7 as javascriptcore framework is used. Another option is to use a web view to call the function.
…ertion to improve performance. Went from 4.2 sec down to 0.2. Result should be the same.
…l for function extraction to extract all needed js functions
…YouTubeView in our fork
|
Hi, I am using LBYouTubeView for downloading the youtube videos. i run the sample app provided in the code . Here [extractor extractVideoURLWithCompletionBlock:^(NSURL *videoURL, NSError *error) {}]; gives the success response. After converting the url to data and saving it to .mp4 format in a path, the video is not playing and shows some alert with converting progress bar in the player. Please give suggestions to extract the youtube url and download the video to iPhone. Thank you |
1 similar comment
|
Hi, I am using LBYouTubeView for downloading the youtube videos. i run the sample app provided in the code . Here [extractor extractVideoURLWithCompletionBlock:^(NSURL *videoURL, NSError *error) {}]; gives the success response. After converting the url to data and saving it to .mp4 format in a path, the video is not playing and shows some alert with converting progress bar in the player. Please give suggestions to extract the youtube url and download the video to iPhone. Thank you |
Hello, using the user agent provided with the code the HD streams are not extracted. Using this user agent (iPad) @"Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5355d Safari/8536.25" HD streams are extracted but for videos with crypted sig an exception is raised. It is possible to make the decryption working also with iPad user agent?