{"id":18270685,"url":"https://github.com/hellozimi/HCYoutubeParser","last_synced_at":"2025-04-05T01:30:46.198Z","repository":{"id":3495727,"uuid":"4552160","full_name":"hellozimi/HCYoutubeParser","owner":"hellozimi","description":"Fetches YouTube mp4 URLS for iOS and tvOS.","archived":true,"fork":false,"pushed_at":"2018-07-24T12:41:30.000Z","size":182,"stargazers_count":608,"open_issues_count":15,"forks_count":145,"subscribers_count":47,"default_branch":"master","last_synced_at":"2025-03-07T07:47:39.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellozimi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-04T20:38:01.000Z","updated_at":"2025-02-24T21:15:51.000Z","dependencies_parsed_at":"2022-09-08T05:10:12.738Z","dependency_job_id":null,"html_url":"https://github.com/hellozimi/HCYoutubeParser","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellozimi%2FHCYoutubeParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellozimi%2FHCYoutubeParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellozimi%2FHCYoutubeParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellozimi%2FHCYoutubeParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellozimi","download_url":"https://codeload.github.com/hellozimi/HCYoutubeParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276042,"owners_count":20912285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:48.494Z","updated_at":"2025-04-05T01:30:45.677Z","avatar_url":"https://github.com/hellozimi.png","language":"Objective-C","readme":"\u003e This project is not being maintained. \n\n## HCYoutubeParser\n\nHCYoutubeParser is a class which lets you get the iOS compatible video url from YouTube so you don't need to use a `UIWebView` or open the YouTube Application.\n\n\nIt's really simple to get going\n\n```obj-c\t\n// Gets an dictionary with each available youtube url\nNSDictionary *videos = [HCYoutubeParser h264videosWithYoutubeURL:[NSURL URLWithString:@\"http://www.youtube.com/watch?v=8To-6VIJZRE\"]];\n\n// Presents a MoviePlayerController with the youtube quality medium\nMPMoviePlayerViewController *mp = [[[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL URLWithString:[videos objectForKey:@\"medium\"]]] autorelease];\n[self presentModalViewController:mp animated:YES];\n\n// To get a thumbnail for an image there is now a async method for that\n[HCYoutubeParser thumbnailForYoutubeURL:url\n                          thumbnailSize:YouTubeThumbnailDefaultHighQuality\n                          completeBlock:^(UIImage *image, NSError *error) {\n    if (!error) {\n        self.thumbailImageView.image = image;\n    }\n    else {\n        UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@\"Error\" message:[error localizedDescription] delegate:nil cancelButtonTitle:@\"Dismiss\" otherButtonTitles:nil];\n        [alert show];\n    }\n}];\n\n\n```\n\nWarning: This is not approved by the ToC of YouTube. Use at own risk.\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellozimi%2FHCYoutubeParser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellozimi%2FHCYoutubeParser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellozimi%2FHCYoutubeParser/lists"}