{"id":13579760,"url":"https://github.com/dsymbol/yt-dlp-gui","last_synced_at":"2025-09-24T04:04:07.402Z","repository":{"id":54651392,"uuid":"477329952","full_name":"dsymbol/yt-dlp-gui","owner":"dsymbol","description":"A cross-platform GUI wrapper for yt-dlp written in PySide6","archived":false,"fork":false,"pushed_at":"2025-09-19T10:44:31.000Z","size":151,"stargazers_count":965,"open_issues_count":9,"forks_count":108,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-09-19T12:38:58.247Z","etag":null,"topics":["video-downloader","youtube-dl","youtube-downloader","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsymbol.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":"2022-04-03T12:07:40.000Z","updated_at":"2025-09-19T10:44:34.000Z","dependencies_parsed_at":"2024-01-11T12:40:33.725Z","dependency_job_id":"91dd53bb-02f6-4e6a-aab1-1ce1a81c5084","html_url":"https://github.com/dsymbol/yt-dlp-gui","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/dsymbol/yt-dlp-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsymbol%2Fyt-dlp-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsymbol%2Fyt-dlp-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsymbol%2Fyt-dlp-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsymbol%2Fyt-dlp-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsymbol","download_url":"https://codeload.github.com/dsymbol/yt-dlp-gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsymbol%2Fyt-dlp-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276689020,"owners_count":25686612,"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","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"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":["video-downloader","youtube-dl","youtube-downloader","yt-dlp"],"created_at":"2024-08-01T15:01:42.776Z","updated_at":"2025-09-24T04:04:07.384Z","avatar_url":"https://github.com/dsymbol.png","language":"Python","funding_links":[],"categories":["Python","下载(m3u8)"],"sub_categories":[],"readme":"# yt-dlp-gui\n\nSimplistic graphical interface for the command line tool [yt-dlp](https://github.com/yt-dlp/yt-dlp).\n\n## Usage\n\nThere are two ways to get started, depending on your preference and system:\n\n* [`Portable`](#portable) ~ *Windows*\n* [`Manual`](#manual) ~ *Platform independent*\n\n### Portable\n\nDownload the latest portable version from the the [releases](https://github.com/dsymbol/yt-dlp-gui/releases/latest) section. \nThis is a ZIP file containing the program files and all necessary dependencies.\n\n*All releases are built and released using GitHub Workflow*\n\n### Manual\n\nYou **must** have [Python](https://www.python.org/downloads/) 3.9+ installed.\n\n```bash\ngit clone https://github.com/dsymbol/yt-dlp-gui\ncd yt-dlp-gui\npip install -r requirements.txt\ncd app\npython app.py\n```\n\n## Preset Customization (Advanced)\n\nWant to create your own presets or modify existing ones? You're in the right section. customization options reside in the `config.toml` file. If a preset fails, check the `debug.log` file for details.\n\n**Notes:** \n- All files mentioned are in the `yt-dlp-gui` root directory.\n- The arguments specified will be added to the [base](https://github.com/dsymbol/yt-dlp-gui/blob/main/app/worker.py#L40) `yt-dlp` arguments.\n- Prefer lists over strings for complex presets.\n\n### Presets\n\nDefined in the `[presets]` table. Each preset is a key‑value pair, the value can be provided as a string or list.\n\n### Global Arguments\n\nDefined in the `[general]` table. `global_args` is appended to every preset, so you don’t have to repeat common arguments. the value can be provided as a string or list.\n\n### Example\n\n```toml\n[general]\n...\nglobal_args = \"--cookies-from-browser firefox\"\n\n[presets]\n...\n# WAV audio only (string)\n\"WAV Audio\" = \"--extract-audio --audio-format wav --audio-quality 0\"\n# MP4 with embedded thumbnail (list)\nmp4_thumbnail = [\"-f\", \"bv*[vcodec^=avc]+ba[ext=m4a]/b\", \"--embed-thumbnail\"]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsymbol%2Fyt-dlp-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsymbol%2Fyt-dlp-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsymbol%2Fyt-dlp-gui/lists"}