{"id":25417317,"url":"https://github.com/eteubert/podcast-chapter-parser-psc","last_synced_at":"2025-04-29T19:46:46.406Z","repository":{"id":65370745,"uuid":"77583759","full_name":"eteubert/podcast-chapter-parser-psc","owner":"eteubert","description":"Parse psc (Podlove Simple Chapters) format into JSON","archived":false,"fork":false,"pushed_at":"2017-02-09T14:02:35.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T18:56:06.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"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/eteubert.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":"2016-12-29T04:54:28.000Z","updated_at":"2016-12-29T05:41:15.000Z","dependencies_parsed_at":"2023-01-20T00:16:21.821Z","dependency_job_id":null,"html_url":"https://github.com/eteubert/podcast-chapter-parser-psc","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteubert%2Fpodcast-chapter-parser-psc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteubert%2Fpodcast-chapter-parser-psc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteubert%2Fpodcast-chapter-parser-psc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eteubert%2Fpodcast-chapter-parser-psc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eteubert","download_url":"https://codeload.github.com/eteubert/podcast-chapter-parser-psc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251372466,"owners_count":21578964,"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":"2025-02-16T17:38:16.759Z","updated_at":"2025-04-28T18:56:09.398Z","avatar_url":"https://github.com/eteubert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Podcast Chapter Parser for psc\n\nPodcast Chapter Parser for [Podlove Simple Chapters](https://podlove.org/simple-chapters/).\n\n## Installation\n\n```bash\nnpm install podcast-chapter-parser-psc\n```\n\n## Example\n\n```js\n// for node, use xmldom; in a browser, pass window.DOMParser\nvar DOMParser = require('xmldom').DOMParser; \nvar psc = require('podcast-chapter-parser-psc').parser(DOMParser);\n\nvar chapters = psc.parse('\u003cpsc:chapters xmlns:psc=\"http://podlove.org/simple-chapters\" version=\"1.2\"\u003e' \n  + '\u003cpsc:chapter title=\"Intro\" start=\"00:00:01.200\"/\u003e'\n  + '\u003cpsc:chapter title=\"Say Hello\" start=\"00:00:02.000\" href=\"http://example.com\"/\u003e' \n  + '\u003c/psc:chapters\u003e');\n// =\u003e\n// [\n//     { start: 1200, title: \"Intro\" },\n//     { start: 2000, title: \"Say Hello\", href: \"http://example.com\" }\n// ]\n```\n\n## Development\n\n```\nnpm install\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feteubert%2Fpodcast-chapter-parser-psc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feteubert%2Fpodcast-chapter-parser-psc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feteubert%2Fpodcast-chapter-parser-psc/lists"}