{"id":14128535,"url":"https://github.com/JannikHv/gydl","last_synced_at":"2025-08-03T23:31:21.362Z","repository":{"id":49275880,"uuid":"87014425","full_name":"JannikHv/gydl","owner":"JannikHv","description":"gydl (Graphical YouTube-Download) is a GUI wrapper around yt-dlp.","archived":false,"fork":false,"pushed_at":"2023-12-04T11:06:37.000Z","size":123,"stargazers_count":149,"open_issues_count":16,"forks_count":22,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-08-16T16:22:35.140Z","etag":null,"topics":["audio","dialog","gtk3","gui-wrapper","linux","pygtk3","python","video","youtube-dl","yt-dlp","yt-dlp-gui","yt-dlp-wrapper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JannikHv.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}},"created_at":"2017-04-02T20:35:19.000Z","updated_at":"2024-06-13T20:26:10.000Z","dependencies_parsed_at":"2024-01-08T08:04:00.639Z","dependency_job_id":null,"html_url":"https://github.com/JannikHv/gydl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JannikHv%2Fgydl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JannikHv%2Fgydl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JannikHv%2Fgydl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JannikHv%2Fgydl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JannikHv","download_url":"https://codeload.github.com/JannikHv/gydl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228571844,"owners_count":17938772,"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":["audio","dialog","gtk3","gui-wrapper","linux","pygtk3","python","video","youtube-dl","yt-dlp","yt-dlp-gui","yt-dlp-wrapper"],"created_at":"2024-08-15T16:01:48.597Z","updated_at":"2024-12-07T06:31:21.880Z","avatar_url":"https://github.com/JannikHv.png","language":"Python","funding_links":[],"categories":["Python","Multimedia"],"sub_categories":["Media Downloaders"],"readme":"# About\n\nGydl (Graphical yt-dlp) is a GUI wrapper around the already existing\nyt-dlp program.\n\nIt's developed with a dialog driven experience in mind. This provides a quick\nand easy video or audio downloads without disturbances.\n\nBig **thank you** to the developer(s) of yt-dlp! Check out their project:\n\nhttps://github.com/yt-dlp/yt-dlp\n\nbased on youtube-dl:\n\nhttps://github.com/rg3/youtube-dl\n\n\n# News!\n\nFellow users,\n\nGydl is currently in a state where it is not worth enhancing/developing it in any way.\n\nI currently don't have the resources to develop Gydl myself - thus the amount of open issues.\n\nI plan on keeping Gydl stable for how it currently is/works and rewrite it completely in about half a year at the latest.\n\n# Installation\n\n## GNU/Linux Packages\n\n* [Arch Linux](https://aur.archlinux.org/packages/gydl-git/)\n  (Credit: [AffeAli](https://github.com/AffeAli))\n\n## Flatpak\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/gydl.svg)](https://repology.org/project/gydl/versions)\n\n- [Flatpak](http://flatpak.org) packages support multiple distributions and are sandboxed.\n\nStable releases are hosted on [Flathub](https://flathub.org):\n\n```\nflatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\nflatpak install flathub com.github.JannikHv.Gydl\n```\n\n- [Fedora](https://apps.fedoraproject.org/packages/gydl): `sudo dnf install gydl`\n\n## Source\n\nGydl is written in Python3 and uses the GTK+3 toolkit.\n\n### Dependencies\n\nTo run it you need to have installed:\n\n* gtk+3\n* python3\n* pygobject\n* yt-dlp\n\n### Build \u0026 Install\n\nMeson installs to `/usr/local` as the default prefix.\n\n```\nmeson build\ncd build\nninja install\n```\n\n### Build Options\n\nUse `meson --help` to get all build options. You may specify any option when\nyou initially run meson.\n\n```\n# Example\nmeson build --prefix=/app\n```\n\nIf you already have a build directory, you must use instead use\n`meson configure`, from within the build directory.\n\n```\n# Example\ncd build\nmeson configure -Dprefix=/app\n```\n\nMeson also supports the **DESTDIR** environment variable, which is useful for\nbuilding a package.\n\n[See Meson documentation for more](http://mesonbuild.com)\n\n\n# Translation\n\nGydl itself is currently not translatable, but the appdata and\nthe desktop entry is.\n\nUse the build system to generate a POT template file from the latest commit.\n\n```\nmeson build\nninja -C build Gydl-pot\nrm -rf build\n```\n\nCopy the POT file into a PO file matching your language code and translate\nall strings. Alternatively follow the above steps and use a tool like Poedit.\n\n# Usage\n\nWhen using Gydl, you have the option to download your Youtube Video as a\n**Video** or **Audio**.\n\nEach of these options have a text entry, as well as 2 combo-boxes managing\nquality and the format.\n\n\n![alt tag](http://i.imgur.com/o4pYQrX.png)\n\nWhen clicking on **Download** there are 3 scenarios you can face:\n\n* Download Finished - When your download has finished successfully.\n\n![alt tag](http://i.imgur.com/yVrmyPH.png)\n\n* Download Unsuccessful - When a bad URL was entered or similar errors occured.\n\n![alt tag](http://i.imgur.com/P7ZIWaX.png)\n\n* Connection Error - When no internet connection could be established.\n\n![alt tag](http://i.imgur.com/Vrys4YO.png)\n\nThese dialogues will be presented to you as a little windows.\n\nNotice that not every combination of settings will work.\n\nThanks for any involvement in this project, I hope you like it.\n\nKind regards, Jannik Hauptvogel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJannikHv%2Fgydl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJannikHv%2Fgydl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJannikHv%2Fgydl/lists"}