{"id":24196394,"url":"https://github.com/omer73364/utube","last_synced_at":"2025-09-21T21:31:50.177Z","repository":{"id":40698651,"uuid":"502691485","full_name":"omer73364/uTube","owner":"omer73364","description":"A simple user friendly command line tool to download YouTube videos and playlists easily.","archived":false,"fork":false,"pushed_at":"2024-03-09T20:21:05.000Z","size":3071,"stargazers_count":34,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-05-29T12:44:39.276Z","etag":null,"topics":["cli","downloader","javascript","nodejs","terminal","videos","youtube","youtube-dl","youtube-downloader"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omer73364.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-12T18:05:09.000Z","updated_at":"2024-03-10T07:49:13.000Z","dependencies_parsed_at":"2024-09-06T18:25:01.580Z","dependency_job_id":"23d763b9-081a-46bc-97a2-71bba6bac0ec","html_url":"https://github.com/omer73364/uTube","commit_stats":{"total_commits":66,"total_committers":4,"mean_commits":16.5,"dds":"0.16666666666666663","last_synced_commit":"a93c1287b17aa24660d0e6ecb07dc86e2517db67"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omer73364%2FuTube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omer73364%2FuTube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omer73364%2FuTube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omer73364%2FuTube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omer73364","download_url":"https://codeload.github.com/omer73364/uTube/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233798085,"owners_count":18731914,"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":["cli","downloader","javascript","nodejs","terminal","videos","youtube","youtube-dl","youtube-downloader"],"created_at":"2025-01-13T19:35:03.218Z","updated_at":"2025-09-21T21:31:50.170Z","avatar_url":"https://github.com/omer73364.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uTube-cli\n\n### # Stand With Palestine 🇵🇸\n___\n\n## ⚠️ This project is not maintained anymore!\n\n### uTube-cli is a command line tool to download YouTube videos and playlists.\n\n![Web Page ScreenShot](https://i.ibb.co/VYw6ZST/Screenshot-from-2022-07-27-17-23-23.png)\n\nIt's a node package, so it's available for (Windows, Linux and Mac) operating systems, all you need is Node.js installed on your system.\n\n\u003e **Note**: uTube is built on [ YouTube.js ](https://github.com/LuanRT/YouTube.js) tool\n\n## uTube 1.1.6 is here 🎉\n\n### what's new?\n\n- Auto update\n- Pass url and quality within command\n- Show downloading progress bar\n- Set default download folder\n- Bug fixes\n\n## Features\n\n- User friendly command line interface\n- Download single YouTube video\n- Download YouTube playlist\n- Download some videos of YouTube playlist\n- Playlists organized to folders by their names\n\n## TODO\n\n- [x] Support `-v` parameter to display tool version\n- [x] Support shorts\n- [x] support all youtube link formats\n- [x] support `-u` parameter to pass url directly\n- [x] support `-q` parameter to quality url directly\n- [x] Show downloading porgress bar\n- [x] Support setting downloading folder\n- [x] Auto Update package if new version available\n- [ ] Support 480p \u0026 720p \u0026 1080p\n- [ ] Support downloading sounds (mp3 format)\n\n# Installation\n\nEnsure that you have [Node.js](https://nodejs.org/en/) installed on your system, then you can install uTube using npm by this command:\n\n    npm install -g utube-cli\n\n# Updating\n\nIf you have uTube installed you can update it this command:\n\n    npm update -g utube-cli\n\n# Arguments\n\n| Argument              | Description                                         | example                                   |\n| --------------------- | --------------------------------------------------- | ----------------------------------------- |\n| -v                    | show uTube version                                  | `utube -v`                                |\n| -u                    | pass video or playlist url                          | `utube -u [url]`                          |\n| -q                    | pass quality (if not available will return to 360p) | `utube -q 360p`                           |\n| --set-download-folder | set the default downloading path                    | `utube --set-download-folder ~/Downloads` |\n| --get-download-folder | get the downloading path                            | `utube --get-download-folder`             |\n\n# Usage\n\nuTube is very easy to use, just type `utube` on your terminal or cmd then you can use it.\n\nHere examples of uses:\n\n**- Download videos \u0026 playlists directly by passing url and quality:**\n\n    utube -u https://www.youtube.com/shorts/ZKgEye8waGE -q 360p\n\n**- Download videos \u0026 playlists by passing url then select quality manually:**\n\n    utube -u https://www.youtube.com/shorts/ZKgEye8waGE\n\n**- Download videos by 2 steps:**\n\n    utube\n\n1.  Paste the video URL.\n2.  Choose the quality.\n\n| ![enter image description here](https://i.ibb.co/Fx7qCgZ/Screenshot-from-2022-07-27-17-24-44.png) | ![enter image description here](https://i.ibb.co/cvYhyC9/Screenshot-from-2022-07-27-17-24-56.png) |\n| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |\n\n**- Download playlists by 3 steps:**\n\n    utube\n\n1.  Paste the playlist URL.\n2.  Choose the quality.\n3.  Choose which videos will be downloaded.\n\n| ![enter image description here](https://i.ibb.co/Njcqm0z/Screenshot-from-2022-07-27-17-27-02.png) | ![enter image description here](https://i.ibb.co/P6tL6Mr/Screenshot-from-2022-07-27-17-27-22.png) |\n| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |\n\n\u003e **Note**: playlists will be downloaded to a folder with the playlist name.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomer73364%2Futube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomer73364%2Futube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomer73364%2Futube/lists"}