Download videos from YouTube, X (Twitter), TikTok, Instagram, and Patreon directly from your GNOME desktop
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |
1. Please remove: - `extract-cookies.sh` - `test-patreon.sh` [EGO Review Guidelines: unnecessary files](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files) 2. The `icons/ulak.png` file should be optimized to have a much smaller file size. 3. Unnecessary imports (line 2-3 `prefs.js`). 4. Don't use spawn command to check whether an app is installed (line 170 `extension.js`): ```js GLib.find_program_in_path("yt-dlp"); ``` 5. Timeout should be removed on destroy and before creating a new one (line 515, 598 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 6. Can be approved but I recommend to make it an app rather than an extension. If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions