{"id":15650731,"url":"https://github.com/djdeveloperr/ytdl_core","last_synced_at":"2025-04-30T18:08:49.082Z","repository":{"id":44938121,"uuid":"364535987","full_name":"DjDeveloperr/ytdl_core","owner":"DjDeveloperr","description":"YouTube Video Downloader module for Deno using Web Streams API.","archived":false,"fork":false,"pushed_at":"2023-06-30T14:38:52.000Z","size":2962,"stargazers_count":32,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T18:08:46.430Z","etag":null,"topics":["deno","discord","music","typescript","ytdl","ytdl-core"],"latest_commit_sha":null,"homepage":"https://deno.land/x/ytdl_core","language":"TypeScript","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/DjDeveloperr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-05T10:13:44.000Z","updated_at":"2025-04-26T02:00:20.000Z","dependencies_parsed_at":"2024-10-03T12:37:37.419Z","dependency_job_id":"ea3c1d69-1ff9-4a4f-84cc-75db69e08c1a","html_url":"https://github.com/DjDeveloperr/ytdl_core","commit_stats":{"total_commits":12,"total_committers":4,"mean_commits":3.0,"dds":0.5833333333333333,"last_synced_commit":"508bcb1a2a386de475a6bd3348ce7b2e6b1ca2af"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fytdl_core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fytdl_core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fytdl_core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DjDeveloperr%2Fytdl_core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DjDeveloperr","download_url":"https://codeload.github.com/DjDeveloperr/ytdl_core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251758169,"owners_count":21638989,"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":["deno","discord","music","typescript","ytdl","ytdl-core"],"created_at":"2024-10-03T12:35:39.358Z","updated_at":"2025-04-30T18:08:49.062Z","avatar_url":"https://github.com/DjDeveloperr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ytdl_core\r\n\r\nDeno port of [ytdl-core](https://www.npmjs.com/package/ytdl-core) using Web Streams API.\r\n\r\n## Usage\r\n\r\n```ts\r\nimport ytdl from \"https://deno.land/x/ytdl_core/mod.ts\";\r\n\r\nconst stream = await ytdl(\"vRXZj0DzXIA\");\r\n\r\nconst chunks: Uint8Array[] = [];\r\n\r\nfor await (const chunk of stream) {\r\n  chunks.push(chunk);\r\n}\r\n\r\nconst blob = new Blob(chunks);\r\nawait Deno.writeFile(\"video.mp4\", new Uint8Array(await blob.arrayBuffer()));\r\n```\r\n\r\n## License\r\n\r\nCheck [License](./LICENSE) for more info.\r\n\r\nCopyright 2021 DjDeveloper, Copyright (C) 2012-present by fent\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdeveloperr%2Fytdl_core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjdeveloperr%2Fytdl_core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjdeveloperr%2Fytdl_core/lists"}