{"id":15594173,"url":"https://github.com/orta/oropensubtitledownloader","last_synced_at":"2025-04-30T12:34:57.382Z","repository":{"id":6342716,"uuid":"7578853","full_name":"orta/OROpenSubtitleDownloader","owner":"orta","description":"An Obj-C API for Searching and Downloading Subtitles from OpenSubtitles.","archived":false,"fork":false,"pushed_at":"2016-03-12T15:11:02.000Z","size":29,"stargazers_count":46,"open_issues_count":5,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-26T16:05:19.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-12T18:27:07.000Z","updated_at":"2024-08-26T10:20:14.000Z","dependencies_parsed_at":"2022-08-30T15:24:47.186Z","dependency_job_id":null,"html_url":"https://github.com/orta/OROpenSubtitleDownloader","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orta%2FOROpenSubtitleDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orta%2FOROpenSubtitleDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orta%2FOROpenSubtitleDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orta%2FOROpenSubtitleDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orta","download_url":"https://codeload.github.com/orta/OROpenSubtitleDownloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231590363,"owners_count":18396926,"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-10-03T00:31:26.612Z","updated_at":"2024-12-28T05:59:41.458Z","avatar_url":"https://github.com/orta.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"OROpenSubtitleDownloader\n========================\n\nAn Obj-C API for Searching and Downloading Subtitles from OpenSubtitles. Currently supports only searching and downloading of srt files are support. Pull Requests with more features are welcome.\n\n[OpenSubtitles Documentation](http://trac.opensubtitles.org/projects/opensubtitles/wiki/XmlRpcIntro)\n\n``` objc\n/// OROpenSubtitleDownloader makes it easier to handle downloading and searching\n/// for subtitles via the opensubtitles.org API\n\n@interface OROpenSubtitleDownloader : NSObject \u003cXMLRPCConnectionDelegate\u003e\n\n/// By using init the object will create it's own user agent based on bundle info\n- (OROpenSubtitleDownloader *)init;\n\n/// Use a custom user agent\n- (OROpenSubtitleDownloader *)initWithUserAgent:(NSString *)userAgent;\n\n/// The object that recieves notifications for new subtitles\n@property (nonatomic, weak) NSObject \u003cOROpenSubtitleDownloaderDelegate\u003e *delegate;\n\n/// Internal state of subtitle downloader\n@property (nonatomic, readonly) OROpenSubtitleState state;\n\n/// Language string, defaults to \"eng\", \n/// See: http://www.opensubtitles.org/addons/export_languages.php for full list\n@property (nonatomic, strong) NSString *languageString;\n\n/// Search and get a return block with an array of OpenSubtitleSearchResult\n- (void)searchForSubtitlesWithHash:(NSString *)hash andFilesize:(NSNumber *)filesize :(void(^) (NSArray *subtitles))searchResult;\n\n/// Downloads a subtitle result to a file after being unzipped\n- (void)downloadSubtitlesForResult:(OpenSubtitleSearchResult *)result toPath:(NSString *)path :(void(^)())onResultsFound;\n@end\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forta%2Foropensubtitledownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forta%2Foropensubtitledownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forta%2Foropensubtitledownloader/lists"}