{"id":15201716,"url":"https://github.com/noelyahan/gonyvido","last_synced_at":"2025-08-23T23:18:15.661Z","repository":{"id":85210937,"uuid":"110054385","full_name":"noelyahan/gonyvido","owner":"noelyahan","description":"Youtube downloader","archived":false,"fork":false,"pushed_at":"2018-07-30T18:02:24.000Z","size":82,"stargazers_count":14,"open_issues_count":6,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-24T03:30:53.489Z","etag":null,"topics":["go","golang","golang-application","golang-examples","golang-library","golang-package","golang-tools","google","mp3","youtube","youtube-dl","youtube-downloader","youtube-video"],"latest_commit_sha":null,"homepage":"","language":"Go","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/noelyahan.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":"2017-11-09T02:02:57.000Z","updated_at":"2023-08-27T01:54:34.000Z","dependencies_parsed_at":"2023-05-17T21:00:16.027Z","dependency_job_id":null,"html_url":"https://github.com/noelyahan/gonyvido","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelyahan%2Fgonyvido","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelyahan%2Fgonyvido/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelyahan%2Fgonyvido/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noelyahan%2Fgonyvido/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noelyahan","download_url":"https://codeload.github.com/noelyahan/gonyvido/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875834,"owners_count":16554708,"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":["go","golang","golang-application","golang-examples","golang-library","golang-package","golang-tools","google","mp3","youtube","youtube-dl","youtube-downloader","youtube-video"],"created_at":"2024-09-28T03:21:37.941Z","updated_at":"2024-09-28T03:21:38.394Z","avatar_url":"https://github.com/noelyahan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Micro](./logo/gonyvido-logo.png)\n# gonyvido: Video Downloader for Go\n[![License MIT](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](LICENSE)\n\nA Video Downloder for any Go application\n\ngonyvido provides a higher-level programming interface for integrate video download and conversion features to your go applications.\n\n_IMPORTANT:_ gonyvido is still in development phase so please please feel free to contribute and expand it to other video downloading sites.\n\ninstall \u0026 try it out ! :v:\n```\ngonyvido --url https://www.youtube.com/watch?v=3sCGysVB41k\n```\n\n![Micro](./logo/gonyvido-app.gif)\n\n## Installation\n\n```\ngo get github.com/noelyahan/gonyvido\n```\n\n## Quick Use\n\n```\ngonyvido -path \"./download/mp3\" -mp3 -url https://www.youtube.com/watch?v=_P7S2lKif-A\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"github.com/noelyahan/gonyvido/api\"\n)\n\nfunc main() {\n    // go lang song :)\n    url := \"https://www.youtube.com/watch?v=LJvEIjRBSDA\"\n    api.GetHQVideo(url).Download()\n    // if you need only the audio\n    api.GetHQVideo(url).Download().ToMP3()\n    /*\n    api.GetHQVideo(url) - \u003e get high quality video\n    api.GetMQVideo(url) - \u003e get medium quality video\n    api.GetLQVideo(url) - \u003e get low quality video\n    */\t\n}\n```\n## Getting started\n\nIf you want to know what it is like to build applications with gonyvido, check [main.go](main.go).\n\n## Related projects\n\ngonyvido is mainly influenced by [youtube.dl](https://rg3.github.io/youtube-dl/) and [kkdai/youtube](https://github.com/kkdai/youtube) offers a similar functionality that has been adapted to Go.\n\n## License\n\ngonyvido is released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoelyahan%2Fgonyvido","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoelyahan%2Fgonyvido","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoelyahan%2Fgonyvido/lists"}