{"id":50510976,"url":"https://github.com/hatixntsoa/youtube.downloader","last_synced_at":"2026-06-02T20:06:57.486Z","repository":{"id":263781976,"uuid":"891390979","full_name":"hatixntsoa/youtube.downloader","owner":"hatixntsoa","description":"A Simple YouTube Video Downloader made with Python","archived":false,"fork":false,"pushed_at":"2025-08-26T08:52:57.000Z","size":186,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T02:39:53.689Z","etag":null,"topics":["pypi","python","youtube-downloader"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pytube-tool","language":"Python","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/hatixntsoa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-11-20T08:52:44.000Z","updated_at":"2025-08-26T08:53:02.000Z","dependencies_parsed_at":"2024-11-20T10:53:55.560Z","dependency_job_id":"7985cdc4-fb1f-4306-8776-b0e22d8feeb2","html_url":"https://github.com/hatixntsoa/youtube.downloader","commit_stats":null,"previous_names":["h471x/youtube_downloader","hatixntsoa/youtube.downloader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hatixntsoa/youtube.downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fyoutube.downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fyoutube.downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fyoutube.downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fyoutube.downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatixntsoa","download_url":"https://codeload.github.com/hatixntsoa/youtube.downloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatixntsoa%2Fyoutube.downloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33834050,"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-02T02:00:07.132Z","response_time":109,"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":["pypi","python","youtube-downloader"],"created_at":"2026-06-02T20:06:56.628Z","updated_at":"2026-06-02T20:06:57.481Z","avatar_url":"https://github.com/hatixntsoa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pytube Tool\n\n\u003cp align=\"center\"\u003e\n \u003cimg height=\"150\" src=\"https://raw.githubusercontent.com/hatixntsoa/youtube.downloader/master/imgs/pytube.png\"/\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cp\u003e\n\n``pytube-tool`` is a Python-based command-line utility for downloading YouTube videos. By simply providing a YouTube video URL, users can select their preferred format and download the video efficiently. \n\n\u003c/p\u003e\n\n### Contents\n\n[Features](#features) |\n[Installation](#installation) |\n[Install from PyPI](#option-1-install-from-pypi) |\n[Build from Source](#option-2-build-from-source) |\n[Usage](#usage) |\n[Example Usage](#example-usage) |\n[Development](#development)\n\n\u003c/div\u003e\n\n## Features\n\n- **Command-Line Interface (CLI)**: Download YouTube videos using simple terminal commands.\n- **Format Selection**: Choose from available video and audio formats before downloading.\n- **High-Quality Video**: Supports downloading videos in resolutions such as 720p, 1080p, and higher, if available.\n- **Audio-Only Downloads**: Extract and download the audio portion of a video.\n- **Batch Downloading**: Download multiple videos using a list of URLs from a file.\n- **Fast and Efficient**: Optimized to download videos quickly while maintaining quality.\n\n## Installation\n\n### Option 1: Install from PyPI\n\nTo install `pytube-tool` directly from PyPI:\n\n```bash\npip install pytube-tool\n```\n\n### Option 2: Build from Source\n\nFor those who prefer to build it themselves, follow these steps:\n\n1. Clone the repository and navigate to the project directory:\n\n   ```bash\n   git clone https://github.com/hatixntsoa/youtube.downloader.git\n   cd youtube.downloader\n   ```\n\n2. **Create a Virtual Environment** (to avoid dependency conflicts):\n\n   - On Linux\n\n   ```bash\n   python -m venv pytube_env\n   source pytube_env/bin/activate\n   ```\n\n   - On Windows\n\n   ```bash\n   python -m venv pytube_env\n   source pytube_env\\Scripts\\activate\n   ```\n\n3. Install required packages:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Build the package:\n\n   ```bash\n   python setup.py sdist bdist_wheel\n   ```\n\n5. Install the package:\n\n   ```bash\n   pip install dist/*.whl\n   ```\n\n## Usage\n\nOnce the package is installed, you can use the `pytube` command from the terminal. The script accepts the following command-line arguments:\n\n- **Download Video**:\n  - Provide the URL of the YouTube video you wish to download. \n\n- **Format Selection**:\n  - During the download process, the tool will list available formats (video resolutions and audio-only) and prompt you to select one.\n\n- **Batch Processing**:\n  - Use a file containing a list of YouTube video URLs to download multiple videos at once.\n\n- **Help Option**:\n  - `-h` or `--help`: Display the help message with all available options.\n\n### Example Usage\n\n1. **Download a Single Video**:\n   ```bash\n   pytube --url https://www.youtube.com/watch?v=dQw4w9WgXcQ\n   ```\n\n   The tool will list available formats, allowing you to select your preferred option.\n\n2. **Batch Download**:\n   ```bash\n   pytube -b urls.txt\n   ```\n\n   `urls.txt` should contain one YouTube URL per line.\n\n3. **Help Option**:\n   For help with command-line options, use:\n   ```bash\n   pytube -h\n   ```\n\n## Development\n\nTo modify or extend the functionality, ensure you have the required dependencies installed. You can add new features or optimize existing ones as needed.\n\n### Adding New Features\n\n- **Support for Playlists**: Extend the tool to handle full playlist downloads.\n- **Download Progress Indicator**: Implement a visual progress bar for downloads.\n- **Improved Format Filtering**: Enhance format selection to include additional criteria like frame rate or bit rate.\n\n## Contributing\n\nFeel free to fork this repository, open issues, or submit pull requests with improvements or bug fixes. Your contributions help make the `pytube-tool` better!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatixntsoa%2Fyoutube.downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatixntsoa%2Fyoutube.downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatixntsoa%2Fyoutube.downloader/lists"}