{"id":49583483,"url":"https://github.com/gabrielrovesti/grab","last_synced_at":"2026-05-03T21:35:40.075Z","repository":{"id":355100286,"uuid":"1226773710","full_name":"gabrielrovesti/grab","owner":"gabrielrovesti","description":"Personal music downloader made for desktop. Search, preview, download MP3s via a native desktop window. FastAPI + yt-dlp + pywebview.","archived":false,"fork":false,"pushed_at":"2026-05-02T06:54:14.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-03T21:35:27.573Z","etag":null,"topics":["fastapi","python","youtube-music","yt-dlp"],"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/gabrielrovesti.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-01T20:21:51.000Z","updated_at":"2026-05-02T06:54:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gabrielrovesti/grab","commit_stats":null,"previous_names":["gabrielrovesti/grab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gabrielrovesti/grab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielrovesti%2Fgrab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielrovesti%2Fgrab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielrovesti%2Fgrab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielrovesti%2Fgrab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielrovesti","download_url":"https://codeload.github.com/gabrielrovesti/grab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielrovesti%2Fgrab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["fastapi","python","youtube-music","yt-dlp"],"created_at":"2026-05-03T21:35:39.052Z","updated_at":"2026-05-03T21:35:40.064Z","avatar_url":"https://github.com/gabrielrovesti.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⬇ grab\n\nA personal music downloader — search any song, pick a version, choose where to save it. Runs as a native desktop window.\n\nBuilt with FastAPI + yt-dlp on the backend, pywebview for the native window, and a minimal dark HTML/JS frontend. No Electron, no browser tab, no cloud dependency.\n\n---\n\n## Features\n\n- **Live search** via YouTube Music — autocomplete as you type\n- **Real download progress** — 0–100% bar fed directly from yt-dlp, with a conversion phase indicator\n- **Native save dialog** — choose exactly where each file lands\n- **Per-track bitrate** — 128 / 192 / 256 / 320 kbps, selectable per song\n- **Single command to run** — no build step, no config\n\n---\n\n## Stack\n\n| Layer | Tech |\n|---|---|\n| Backend | FastAPI + yt-dlp + ytmusicapi |\n| Audio extraction | ffmpeg via yt-dlp postprocessor |\n| Desktop window | pywebview (Qt backend) |\n| Frontend | Vanilla HTML/CSS/JS, IBM Plex Mono |\n\n---\n\n## Requirements\n\n- Python 3.10+\n- ffmpeg on PATH\n\n```bash\n# Windows (recommended)\nwinget install ffmpeg\n\n# macOS\nbrew install ffmpeg\n\n# Linux\napt install ffmpeg\n```\n\n---\n\n## Installation\n\n```bash\npip install fastapi uvicorn yt-dlp ytmusicapi PyQt6 PyQt6-WebEngine qtpy bottle proxy_tools\npip install pywebview --no-deps\n```\n\n---\n\n## Usage\n\n```bash\npython run.py\n```\n\nDownloads are saved to the path you choose via the native dialog.  \nDefault fallback: `~/Music/grab/`\n\n---\n\n## Project Structure\n\n```\ngrab/\n├── main.py   # FastAPI app — search, suggest, download endpoints + embedded UI\n└── run.py    # pywebview launcher — spins up uvicorn and opens the desktop window\n```\n\n---\n\n## Notes\n\n- Personal use only. Downloading copyrighted content may violate YouTube's ToS.\n- Tested on Windows 10/11 with Python 3.12 and PyQt6 6.11.\n- The pywebview Qt backend is required on Windows — `pythonnet` (the default WinForms backend) does not support Python 3.13+.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielrovesti%2Fgrab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielrovesti%2Fgrab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielrovesti%2Fgrab/lists"}