{"id":28289546,"url":"https://github.com/decryptable/all-downloader","last_synced_at":"2026-03-04T12:01:26.642Z","repository":{"id":293508270,"uuid":"984269308","full_name":"decryptable/all-downloader","owner":"decryptable","description":"Download your favorite videos from online websites with ease","archived":false,"fork":false,"pushed_at":"2025-05-28T12:14:00.000Z","size":238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T02:28:22.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://decryptable.github.io/all-downloader/","language":"TypeScript","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/decryptable.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-15T16:52:37.000Z","updated_at":"2025-05-28T12:32:13.000Z","dependencies_parsed_at":"2025-05-15T17:58:04.044Z","dependency_job_id":"96cd037c-0bca-4a6a-8fa4-2f4460a06192","html_url":"https://github.com/decryptable/all-downloader","commit_stats":null,"previous_names":["decryptable/all-downloader"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/decryptable/all-downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fall-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fall-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fall-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fall-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/decryptable","download_url":"https://codeload.github.com/decryptable/all-downloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/decryptable%2Fall-downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30079565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T11:57:42.557Z","status":"ssl_error","status_checked_at":"2026-03-04T11:56:10.793Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-05-22T01:12:34.450Z","updated_at":"2026-03-04T12:01:26.395Z","avatar_url":"https://github.com/decryptable.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![All Downloader](./examples/demo.gif)\n\n[![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/decryptable/all-downloader/main?style=flat-square\u0026label=all-downloader)](https://www.npmjs.com/package/all-downloader)\n[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/decryptable/all-downloader?style=flat-square)](https://github.com/decryptable/all-downloader/issues)\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/decryptable/all-downloader/.github%2Fworkflows%2Fpublish.yaml?branch=main\u0026style=flat-square\u0026label=NPM%20Publish%20Status)](https://github.com/decryptable/all-downloader/actions/workflows/publish.yaml)\n![NPM Last Update](https://img.shields.io/npm/last-update/all-downloader?style=flat-square\u0026label=NPM%20Last%20Update)\n\nA simple library for downloading video metadata from various popular platforms such as YouTube, Instagram, Facebook, TikTok, and Vimeo using the SnapDownloader API.\n\n---\n\n## Features\n\n- Supports a wide range of video platforms\n- Built with TypeScript and supports full type definitions\n- Compatible with ESM, CommonJS, and IIFE module formats\n- Includes auto-generated API documentation via GitHub Pages\n\n---\n\n## Installation\n\nInstall via npm or yarn:\n\n```bash\nnpm install all-downloader\n````\n\nor\n\n```bash\nyarn add all-downloader\n```\n\nor\n\n```bash\nbun add all-downloader\n```\n\n---\n\n## Usage\n\n### CommonJS (Node.js)\n\n```js\nconst allDownloader = require(\"all-downloader\");\n\nasync function run() {\n  const result = await allDownloader.parse(\"https://www.instagram.com/p/DJo8XJnRr2j/\");\n  console.log(result);\n}\n\nrun();\n```\n\n### ES Modules / TypeScript\n\n```ts\nimport { parse } from \"all-downloader\";\n\nasync function run() {\n  const result = await parse(\"https://www.instagram.com/p/DJo8XJnRr2j/\");\n  console.log(result);\n}\n\nrun();\n```\n\n---\n\n## API Documentation\n\nDetailed API reference is available at:\n\n[https://decryptable.github.io/all-downloader](https://decryptable.github.io/all-downloader)\n\nThis documentation is automatically generated using JSDoc.\n\n---\n\n## Scripts\n\n```bash\nnpm run build     # Build the library using tsup\nnpm run test      # Run tests using Jest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecryptable%2Fall-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecryptable%2Fall-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecryptable%2Fall-downloader/lists"}