{"id":15372986,"url":"https://github.com/rs/sdsrtparser","last_synced_at":"2025-04-15T14:13:34.710Z","repository":{"id":11288004,"uuid":"13699036","full_name":"rs/SDSRTParser","owner":"rs","description":"Objective-C SRT subtitle parser","archived":false,"fork":false,"pushed_at":"2013-10-20T05:52:23.000Z","size":180,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T14:13:30.444Z","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/rs.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-10-19T09:59:22.000Z","updated_at":"2024-10-06T01:20:02.000Z","dependencies_parsed_at":"2022-09-08T21:52:02.583Z","dependency_job_id":null,"html_url":"https://github.com/rs/SDSRTParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2FSDSRTParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2FSDSRTParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2FSDSRTParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rs%2FSDSRTParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rs","download_url":"https://codeload.github.com/rs/SDSRTParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085429,"owners_count":21210267,"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-01T13:53:53.033Z","updated_at":"2025-04-15T14:13:34.692Z","avatar_url":"https://github.com/rs.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"SDSRTParser\n===========\n\nSDSRTParser is an easy to use Objective-C SRT subtitle parser.\n\nSample usage example:\n\n```objective-c\nSDSRTParser *parser = [[SDSRTParser alloc] init];\n[parser loadFromString:@\"1\\n00:00:12,345 --\u003e 00:00:34,567\\nfoo\\nbar\\n\\n...\"];\n\nfor (SDSubtitle *subtitle in parser.subtitles)\n{\n    subtitle.index;\n    subtitle.startTime;\n    subtitle.endTime\n    subtitle.content;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frs%2Fsdsrtparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frs%2Fsdsrtparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frs%2Fsdsrtparser/lists"}