{"id":16595346,"url":"https://github.com/superchupudev/tusc","last_synced_at":"2026-04-21T06:32:58.160Z","repository":{"id":150138771,"uuid":"587393493","full_name":"SuperchupuDev/tusc","owner":"SuperchupuDev","description":"The ultimate social content video downloader","archived":false,"fork":false,"pushed_at":"2023-04-04T11:42:25.000Z","size":256,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T16:07:40.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SuperchupuDev.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":"2023-01-10T16:42:51.000Z","updated_at":"2023-03-29T11:13:34.000Z","dependencies_parsed_at":"2023-05-05T08:23:14.204Z","dependency_job_id":null,"html_url":"https://github.com/SuperchupuDev/tusc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SuperchupuDev/tusc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperchupuDev%2Ftusc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperchupuDev%2Ftusc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperchupuDev%2Ftusc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperchupuDev%2Ftusc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperchupuDev","download_url":"https://codeload.github.com/SuperchupuDev/tusc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperchupuDev%2Ftusc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32080344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"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":"2024-10-11T23:49:35.008Z","updated_at":"2026-04-21T06:32:58.146Z","avatar_url":"https://github.com/SuperchupuDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tusc\n\nIf you want something more stable and easy to use, check out [tusc-gui][tusc-gui]\n\nA wrapper around [yt-dlp][yt-dlp] that makes it easier to use for non-technical users\n\nIt's on an early stage with a lot of changes expected to happen, if you want something stable, you should probably use its JavaScript API, [tusc-gui][tusc-gui], or [yt-dlp][yt-dlp] directly\n\n## Installation\n\n```sh-session\nnpm i -g @superchupu/tusc\n```\n\n## Usage\n\n```bash\ntusc \u003curl\u003e [options]\n```\n\n### Options\n\n`-e` - Makes explorer not open on finish\n\n`--update` - Updates tusc's yt-dlp installation\n\n## API\n\n```ts\nimport { run } from '@superchupu/tusc';\n\nawait run({\n  url: 'https://youtu.be/7cXgViHb4NM',\n  resolution: 1080,\n  extension: 'mp4',\n  openExplorer: false\n});\n```\n\n### Options\n\n```ts\nexport interface TuscOptions {\n  extension?: Extension;\n  onData?: (data: string) =\u003e unknown;\n  onErrorData?: (data: string) =\u003e unknown;\n  openExplorer: boolean;\n  path: string;\n  resolution?: number | 'best';\n  url: string | null;\n  ytDlpPath?: string;\n}\n```\n\n[tusc-gui]: https://github.com/SuperchupuDev/tusc-gui\n[yt-dlp]: https://github.com/yt-dlp/yt-dlp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperchupudev%2Ftusc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperchupudev%2Ftusc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperchupudev%2Ftusc/lists"}