{"id":25609611,"url":"https://github.com/inkflow59/inkdownloader","last_synced_at":"2026-06-17T18:33:48.643Z","repository":{"id":278019444,"uuid":"867775085","full_name":"Inkflow59/InkDownloader","owner":"Inkflow59","description":"A simple and intuitive tool for downloading YouTube videos and extracting audio with a user-friendly graphical interface.","archived":false,"fork":false,"pushed_at":"2025-09-15T14:18:58.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T16:22:14.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Inkflow59.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-04T17:38:35.000Z","updated_at":"2025-09-15T14:19:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"ec9daf07-e0c2-4b4c-a655-48ed08ba6724","html_url":"https://github.com/Inkflow59/InkDownloader","commit_stats":null,"previous_names":["inkflow59/inkdownloader"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Inkflow59/InkDownloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inkflow59%2FInkDownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inkflow59%2FInkDownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inkflow59%2FInkDownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inkflow59%2FInkDownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inkflow59","download_url":"https://codeload.github.com/Inkflow59/InkDownloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inkflow59%2FInkDownloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34461617,"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-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2025-02-21T21:58:12.501Z","updated_at":"2026-06-17T18:33:48.638Z","avatar_url":"https://github.com/Inkflow59.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InkDownloader\n\nA simple and intuitive tool for downloading YouTube videos and extracting audio with a user-friendly graphical interface.\n\n## ⚡ Quick Installation (Windows)\n\n1. Download the latest version of `InkDownloader.exe` from the [Releases](https://github.com/Inkflow59/InkDownloader/releases) section\n2. Double-click the executable to launch the application\n3. That's it! No additional installation required\n\n## ✨ Key Features\n\n- 🎥 Download YouTube videos in quality up to 4K\n- 🎵 Extract audio in MP3 or M4A format\n- 📊 Real-time progress bar\n- 🔄 Simultaneous downloads\n- 📝 Detailed download logs\n- 💾 Automatic file organization\n- 🎯 Intuitive interface in English and French\n- 📥 Automatic FFmpeg installation\n- 🔄 Automatic updates\n- 🎨 Modern UI with improved design\n- 🚀 Enhanced error handling\n- 🌍 Better localization support\n- 🛠️ Advanced playlist support\n\n## 📥 User Guide\n\n1. **Getting Started**\n   - Launch InkDownloader\n   - Paste the YouTube URL in the provided field\n\n2. **Configuration**\n   - **Output Format**: Choose between\n     - Video: MP4, MKV, WEBM\n     - Audio: MP3, M4A\n   - **Quality**: Select desired resolution (up to 4K if available)\n   - **Destination folder**: Default is \"Videos\", can be modified in settings\n\n3. **Download**\n   - Click \"Download\"\n   - Track progress in real-time\n   - A notification appears when download is complete\n\n## 🛠️ Installation from Source\n\n### Prerequisites\n- Python 3.7+\n- FFmpeg\n- Git (optional)\n\n### Installation Steps\n\n1. **Clone or download the repository**:\n   ```bash\n   git clone https://github.com/tomcdev63/InkDownloader.git\n   cd InkDownloader\n   ```\n\n2. **Install Python dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Install FFmpeg**:\n   - Via **Chocolatey**: `choco install ffmpeg`\n   - Via **Scoop**: `scoop install ffmpeg`\n   - Or download manually from [FFmpeg Builds](https://github.com/BtbN/FFmpeg-Builds/releases)\n\n4. **Launch the application**:\n   ```bash\n   python app.py\n   ```\n\n## ⚠️ Troubleshooting\n\n### Common Issues\n\n1. **\"FFmpeg not found\" Message**\n   - Verify FFmpeg is installed\n   - Add FFmpeg to PATH environment variables\n   - Restart the application\n\n2. **Download Failure**\n   - Check your Internet connection\n   - Make sure the video is available\n   - Update yt-dlp: `pip install --upgrade yt-dlp`\n\n3. **Format Not Available**\n   - Some videos may have quality restrictions\n   - Try a different format or quality\n\n### Updates\n\nTo keep the application up to date:\n- Download the latest version from releases\n- If using source: `pip install --upgrade yt-dlp`\n\n## 📝 Important Notes\n\n- Downloads are legal for personal use only\n- Respect YouTube's copyright and terms of service\n- Application requires an Internet connection\n\n## 📄 License\n\nThis project is distributed under the MIT license. See the [LICENSE](LICENSE) file for more details.\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n- Report bugs\n- Suggest improvements\n- Submit pull requests\n\n---\n\nDeveloped with ❤️ for the community","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkflow59%2Finkdownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkflow59%2Finkdownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkflow59%2Finkdownloader/lists"}