{"id":24731355,"url":"https://github.com/better-than-you/quickdl","last_synced_at":"2026-05-03T21:35:24.862Z","repository":{"id":274233648,"uuid":"922291005","full_name":"Better-Than-You/quickdl","owner":"Better-Than-You","description":"A simple and efficient YouTube video downloader with a GUI built using Tkinter. Future updates will include Instagram video downloading.","archived":false,"fork":false,"pushed_at":"2025-01-25T21:13:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T15:49:18.687Z","etag":null,"topics":["automation","downloader","gui","gui-application","python","python3","youtube","youtube-downloader","ytdlp"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Better-Than-You.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":"2025-01-25T20:13:52.000Z","updated_at":"2025-01-25T21:13:20.000Z","dependencies_parsed_at":"2025-01-25T22:34:38.780Z","dependency_job_id":"4b3e3f64-6f1e-47b8-a0d8-670d4bda7627","html_url":"https://github.com/Better-Than-You/quickdl","commit_stats":null,"previous_names":["better-than-you/quickdl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Better-Than-You/quickdl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Better-Than-You%2Fquickdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Better-Than-You%2Fquickdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Better-Than-You%2Fquickdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Better-Than-You%2Fquickdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Better-Than-You","download_url":"https://codeload.github.com/Better-Than-You/quickdl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Better-Than-You%2Fquickdl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263973362,"owners_count":23537977,"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":["automation","downloader","gui","gui-application","python","python3","youtube","youtube-downloader","ytdlp"],"created_at":"2025-01-27T16:48:13.959Z","updated_at":"2026-05-03T21:35:24.818Z","avatar_url":"https://github.com/Better-Than-You.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Downloader\n\nA simple and efficient YouTube video downloader with a graphical user interface (GUI) built using Tkinter. This application allows you to download YouTube videos in various resolutions and formats, including audio-only options. Future updates will include Instagram video downloading.\n\n## Features\n\n- Download YouTube videos in different resolutions (144p, 240p, 360p, 480p, 720p, 1080p, 1440p, 2160p).\n- Option to download videos with or without audio.\n- Option to download audio-only files in MP3 format.\n- Progress bar to show download and conversion progress.\n- User-friendly GUI built with Tkinter.\n- Future support for Instagram video downloading.\n\n## Requirements\n\n- Python 3.x\n- `yt-dlp`\n- `ffmpeg`\n- `tkinter`\n- `ffmpeg-progress-yield`\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/yourusername/youtube-downloader.git\n    cd youtube-downloader\n    ```\n\n2. Install the required Python packages:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Ensure `ffmpeg` is installed and available in your system's PATH. You can download it from [FFmpeg's official website](https://ffmpeg.org/download.html).\n\n## Usage\n\n1. Run the application:\n\n    ```bash\n    python main.py\n    ```\n\n2. Enter the YouTube URL, select the desired resolution, and choose whether to include audio or download audio-only.\n\n3. Click the \"Download\" button and select the location to save the file.\n\n4. The progress bar will show the download and conversion progress. Once complete, a success message will be displayed.\n\n## Project Structure\n\n```plaintext\nyoutube-downloader/\n├── downloader/\n│   ├── __init__.py\n│   ├── download_manager.py\n│   └── download_task.py\n├── gui/\n│   ├── __init__.py\n│   ├── download_item.py\n│   ├── main_window.py\n│   └── styles.py\n├── __pycache__/\n├── .gitignore\n├── main.py\n├── README.md\n└── requirements.txt","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetter-than-you%2Fquickdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetter-than-you%2Fquickdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetter-than-you%2Fquickdl/lists"}