{"id":13581134,"url":"https://github.com/valerebron/usetube","last_synced_at":"2025-04-13T05:34:15.486Z","repository":{"id":40240633,"uuid":"297376535","full_name":"valerebron/usetube","owner":"valerebron","description":"search \u0026 get datas from youtube no google account needed","archived":false,"fork":false,"pushed_at":"2023-04-06T16:37:29.000Z","size":491,"stargazers_count":48,"open_issues_count":12,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-01T15:49:13.258Z","etag":null,"topics":["crawler","typescript","video","youtube","youtube-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valerebron.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}},"created_at":"2020-09-21T15:08:31.000Z","updated_at":"2024-07-19T20:51:20.000Z","dependencies_parsed_at":"2024-01-16T20:38:11.677Z","dependency_job_id":"7facebf0-fb31-493a-af1c-0e9c9b0c16aa","html_url":"https://github.com/valerebron/usetube","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":"0.17391304347826086","last_synced_commit":"481e9ef1a97d8d5181f8c133e39c4618e692c77d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerebron%2Fusetube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerebron%2Fusetube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerebron%2Fusetube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valerebron%2Fusetube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valerebron","download_url":"https://codeload.github.com/valerebron/usetube/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219846875,"owners_count":16556422,"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":["crawler","typescript","video","youtube","youtube-api"],"created_at":"2024-08-01T15:01:58.423Z","updated_at":"2024-10-14T19:22:15.692Z","avatar_url":"https://github.com/valerebron.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003cimg align=\"center\" alt=\"Usetube\" src=\"./logo.svg\" height=\"50\"\u003e\n  \u003c/picture\u003e\n\u003c/h1\u003e\n\n[![Version](https://img.shields.io/npm/v/usetube.svg)](https://www.npmjs.com/package/usetube)\n[![Downloads](https://img.shields.io/npm/dt/usetube.svg)](https://www.npmjs.com/package/usetube)\n\n### Youtube Crawler\n\n### search \u0026 get datas from youtube\n\n### no google account needed\n\n\u003cbr\u003e\n\nThis package is initially dev for the site https://massivemusic.fr/add-tracks/,\nIt's here for sharing \u0026 contribute.\n\n# usage\n\n```js\nconst usetube = require('usetube')\nawait usetube.searchVideo('Lorn')\n```\n\n# methods\n```js\nsearchVideo(terms)\nsearchChannel(terms)\ngetChannelVideos(channel_id)\ngetPlaylistVideos(playlist_id)\ngetChannelDesc(channel_id)\ngetVideoDesc(video_id)\ngetVideoDate(video_id)\ngetVideosFromDesc(video_id)\ngetVideoSubtitles(video_id)\n```\n\n# returned datas\n```js\nvideo {\n  id\n  original_title\n  title\n  artist\n  duration\n  publishedAt\n}\n```\n```js\nchannel {\n  name\n  channel_id\n  nb_videos\n  nb_subscriber\n  official\n  channel_avatar_small\n  channel_avatar_medium\n  channel_avatar_large\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerebron%2Fusetube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalerebron%2Fusetube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalerebron%2Fusetube/lists"}