{"id":50706106,"url":"https://github.com/zemse/yt","last_synced_at":"2026-06-09T12:01:16.145Z","repository":{"id":361265336,"uuid":"1253752488","full_name":"zemse/yt","owner":"zemse","description":"CLI for YouTube transcripts, downloads, and metadata — for humans and AI agents","archived":false,"fork":false,"pushed_at":"2026-05-29T20:56:08.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T22:13:31.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/zemse.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-29T19:26:31.000Z","updated_at":"2026-05-29T20:56:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zemse/yt","commit_stats":null,"previous_names":["zemse/yt"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zemse/yt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemse%2Fyt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemse%2Fyt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemse%2Fyt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemse%2Fyt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zemse","download_url":"https://codeload.github.com/zemse/yt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zemse%2Fyt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34105565,"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-09T02:00:06.510Z","response_time":63,"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":"2026-06-09T12:01:15.779Z","updated_at":"2026-06-09T12:01:16.140Z","avatar_url":"https://github.com/zemse.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yt\n\nA small command-line tool to get a **YouTube video's transcript** — no API key, no OAuth. Also does metadata, downloads, and an LLM-analysis bundle (see `yt help`).\n\n## Install\n\n```sh\ncargo install yt\n```\n\n## Get a transcript\n\n```sh\nyt transcript \"https://www.youtube.com/watch?v=mqbyysExjfU\"\n```\n\n```\n[0:01] Good evening, YouTube. This is Ramesh\n[0:03] Sheriff with another video log.\n[0:05] Okay, guys. After\n...\n```\n\nAccepts a full URL, a `youtu.be/…` link, or a bare video ID. Timestamps are shown by default — add `--no-timestamps` for plain text.\n\nA few handy variants:\n\n```sh\nyt transcript \"\u003curl\u003e\" --no-timestamps        # plain text, no timestamps\nyt transcript \"\u003curl\u003e\" --format srt \u003e subs.srt # subtitle file\nyt transcript \"\u003curl\u003e\" --format json           # machine-readable (start/duration per line)\nyt transcript \"\u003curl\u003e\" --lang es               # pick a caption language\n```\n\n\u003e Tip: always quote the URL (the `?`/`\u0026` confuse the shell otherwise).\n\n## Other features\n\n`yt` can also fetch metadata, download video/audio, extract frames, and build an LLM-ready bundle. Run:\n\n```sh\nyt help\nyt help transcript    # detailed flags for any subcommand\n```\n\nQuick tour: `yt info` (metadata), `yt download` / `yt audio` (needs [yt-dlp](https://github.com/yt-dlp/yt-dlp) + ffmpeg), `yt analyze` (transcript + metadata as JSON), `yt search` / `comments` / `channel` / `playlist` (need a YouTube Data API key via `yt config set api-key \u003cKEY\u003e`).\n\nEvery command supports `--format json` (result on stdout, errors on stderr) for scripting and agents.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemse%2Fyt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzemse%2Fyt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzemse%2Fyt/lists"}