{"id":19044624,"url":"https://github.com/bubao/uc2mp3","last_synced_at":"2026-06-30T14:31:05.169Z","repository":{"id":207029409,"uuid":"344260788","full_name":"bubao/uc2mp3","owner":"bubao","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-19T14:40:54.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T14:03:10.710Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bubao.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,"governance":null}},"created_at":"2021-03-03T20:54:06.000Z","updated_at":"2021-03-19T14:40:56.000Z","dependencies_parsed_at":"2023-11-13T19:26:28.634Z","dependency_job_id":"b9915387-39b3-4e13-95c9-cc1f2765eb36","html_url":"https://github.com/bubao/uc2mp3","commit_stats":null,"previous_names":["bubao/uc2mp3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bubao/uc2mp3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fuc2mp3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fuc2mp3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fuc2mp3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fuc2mp3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bubao","download_url":"https://codeload.github.com/bubao/uc2mp3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bubao%2Fuc2mp3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34971616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-08T22:46:54.753Z","updated_at":"2026-06-30T14:31:05.148Z","avatar_url":"https://github.com/bubao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n * @description: README\n * @author: bubao\n * @date: 2021-03-04 03:46:35\n * @last author: bubao\n * @last edit time: 2021-03-19 22:40:12\n--\u003e\n\n# uc2mp3\n\n本工具可以将网易云音乐的缓存文件 (.uc) 格式解码成 (.mp3) 格式。\n\n按字节异或`0xa3`，得到的就是 mp3 文件。\n\n这是使用`process.nextTick`封装的方法，建议使用下面的代码直接处理：\n\n```js\nfunction core(buffer) {\n    if (!Buffer.isBuffer(buffer)) {\n        return false;\n    }\n    return buffer.map(value =\u003e value ^ 0xA3);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubao%2Fuc2mp3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbubao%2Fuc2mp3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbubao%2Fuc2mp3/lists"}