{"id":21134301,"url":"https://github.com/devoxin/tubesearch","last_synced_at":"2025-07-09T02:32:16.805Z","repository":{"id":57382082,"uuid":"137483197","full_name":"devoxin/TubeSearch","owner":"devoxin","description":"YouTube Search module for NodeJS","archived":false,"fork":false,"pushed_at":"2024-05-13T15:47:16.000Z","size":16,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T19:45:03.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/devoxin.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":"2018-06-15T12:08:03.000Z","updated_at":"2024-05-13T15:47:19.000Z","dependencies_parsed_at":"2024-01-14T00:21:00.498Z","dependency_job_id":"7d6a87bc-8eb5-4b92-9ba0-1da6f03c1d22","html_url":"https://github.com/devoxin/TubeSearch","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.15384615384615385","last_synced_commit":"e9d096bef64614a24d22c9db153f2342fd35a2a7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FTubeSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FTubeSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FTubeSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devoxin%2FTubeSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devoxin","download_url":"https://codeload.github.com/devoxin/TubeSearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225478266,"owners_count":17480616,"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":[],"created_at":"2024-11-20T06:26:29.883Z","updated_at":"2024-11-20T06:26:30.519Z","avatar_url":"https://github.com/devoxin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TubeSearch\nYouTube Search module for NodeJS\n\n\n## Usage\n```js\nconst { search, playlist } = require('tubesearch');\nsearch('chicken soup')\n  .then((results) =\u003e {\n    // Results will be empty if nothing found, otherwise could look like:\n    /*\n      [ { title: 'Skrillex \u0026 Habstrakt - Chicken Soup  [Official Audio]',\n          link: 'https://youtube.com/watch?v=22MWrWPV_QM',\n          id: '22MWrWPV_QM',\n          uploader: 'OWSLA',\n          duration: '3:28',\n          durationMs: 208000,\n          isLiveStream: false },\n        { title: 'How to Cook Basic Chicken Soup Easy',\n          link: 'https://youtube.com/watch?v=GYPtgtPlpLA',\n          id: 'GYPtgtPlpLA',\n          uploader: 'OldManCooking',\n          duration: '5:45',\n          durationMs: 345000,\n          isLiveStream: false },\n        { title: 'Stock \u0026 Chicken Noodle Soup | Basics with Babish',\n          link: 'https://youtube.com/watch?v=74tZ-yOOPy0',\n          id: '74tZ-yOOPy0',\n          uploader: 'Binging with Babish',\n          duration: '8:27',\n          durationMs: 507000,\n          isLiveStream: false } ]\n    */\n  });\n\nplaylist('identifier')\n  .then((results) =\u003e {\n    // Similar to above, results will be empty if nothing found.\n    // Otherwise, they could look like:\n\n    /*\n      [ { title: 'END-S - BussItDown',\n          link: 'https://www.youtube.com/watch?v=BAIZFRoVACI',\n          id: 'BAIZFRoVACI',\n          uploader: 'A X S T H X T I C .',\n          durationMs: 122000 },\n        { title: 'VINCCE - Orange CHÄSER',\n          link: 'https://www.youtube.com/watch?v=KrFCKuNQQoc',\n          id: 'KrFCKuNQQoc',\n          uploader: 'A X S T H X T I C .',\n          durationMs: 131000 },\n        { title: 'Jake OHM - Welcome Home',\n          link: 'https://www.youtube.com/watch?v=3OgNPNm0gxU',\n          id: '3OgNPNm0gxU',\n          uploader: 'A X S T H X T I C .',\n          durationMs: 141000 } ]\n    */\n  })\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevoxin%2Ftubesearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevoxin%2Ftubesearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevoxin%2Ftubesearch/lists"}