Skip to content

Commit df561e6

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent ac4233d commit df561e6

5 files changed

Lines changed: 118 additions & 0 deletions

File tree

apps/Vidra.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
layout: app
3+
4+
permalink: /Vidra/
5+
description: Video Downloader
6+
license: GPLv3
7+
8+
icons:
9+
- Vidra/icons/1024x1024/vidra.png
10+
screenshots:
11+
- https://raw.githubusercontent.com/chomusuke-mk/vidra/refs/heads/main/assets/screenshots/linux-screenshot-1.png
12+
13+
authors:
14+
- name: chomusuke-mk
15+
url: https://github.com/chomusuke-mk
16+
17+
links:
18+
- type: GitHub
19+
url: chomusuke-mk/vidra
20+
- type: Download
21+
url: https://github.com/chomusuke-mk/vidra/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: Vidra
26+
GenericName: Video Downloader
27+
Exec: LD_LIBRARY_PATH=usr/lib vidra %u
28+
Icon: vidra
29+
Type: Application
30+
StartupNotify: true
31+
Categories: Network
32+
Keywords: Vidra
33+
AppImageHub:
34+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
35+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
36+
could not be verified. Please remember that the signature file (.sig or .asc)
37+
should be the first file given on the command line.'
38+
X-AppImage-Type: 2
39+
X-AppImage-Architecture: x86_64
40+
41+
appdata:
42+
Type: desktop-application
43+
ID: dev.chomusuke.vidra
44+
Name:
45+
C: Vidra
46+
Summary:
47+
C: Video Downloader
48+
Description:
49+
C: >-
50+
<p>Vidra is a video downloader for the Linux desktop.</p>
51+
DeveloperName:
52+
C: Chomusuke
53+
ProjectLicense: GPLv3
54+
Url:
55+
homepage: https://github.com/chomusuke-mk
56+
Launchable:
57+
desktop-id:
58+
- vidra.desktop
59+
Screenshots:
60+
- default: true
61+
thumbnails: []
62+
source-image:
63+
url: https://raw.githubusercontent.com/chomusuke-mk/vidra/refs/heads/main/assets/screenshots/linux-screenshot-1.png
64+
lang: C
65+
- thumbnails: []
66+
source-image:
67+
url: https://raw.githubusercontent.com/chomusuke-mk/vidra/refs/heads/main/assets/screenshots/linux-screenshot-2.png
68+
lang: C
69+
- thumbnails: []
70+
source-image:
71+
url: https://raw.githubusercontent.com/chomusuke-mk/vidra/refs/heads/main/assets/screenshots/linux-screenshot-3.png
72+
lang: C
73+
---
46.1 KB
Loading

database/Vidra/screenshot.png

70.4 KB
Loading

database/Vidra/vidra.appdata.xml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.1" encoding="UTF-8"?>
2+
<!-- Copyright 2026 Chomusuke <7k9mc4urn@mozmail.com> -->
3+
<component type="desktop-application">
4+
<id>dev.chomusuke.vidra</id>
5+
<name>Vidra</name>
6+
<summary>Video Downloader</summary>
7+
<metadata_license>MIT</metadata_license>
8+
<project_license>GPLv3</project_license>
9+
10+
<description>
11+
<p>Vidra is a video downloader for the Linux desktop.</p>
12+
</description>
13+
14+
<launchable type="desktop-id">vidra.desktop</launchable>
15+
<screenshots>
16+
<screenshot type="default">
17+
<image>https://raw.githubusercontent.com/chomusuke-mk/vidra/refs/heads/main/assets/screenshots/linux-screenshot-1.png</image>
18+
</screenshot>
19+
<screenshot>
20+
<image>https://raw.githubusercontent.com/chomusuke-mk/vidra/refs/heads/main/assets/screenshots/linux-screenshot-2.png</image>
21+
</screenshot>
22+
<screenshot>
23+
<image>https://raw.githubusercontent.com/chomusuke-mk/vidra/refs/heads/main/assets/screenshots/linux-screenshot-3.png</image>
24+
</screenshot>
25+
</screenshots>
26+
<url type="homepage">https://github.com/chomusuke-mk</url>
27+
<developer_name>Chomusuke</developer_name>
28+
</component>

database/Vidra/vidra.desktop

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Name=Vidra
3+
GenericName=Video Downloader
4+
Exec=LD_LIBRARY_PATH=usr/lib vidra %u
5+
Icon=vidra
6+
Type=Application
7+
StartupNotify=true
8+
Categories=Network;Utility
9+
Keywords=Vidra;yt-dlp;Download;Video
10+
11+
12+
[AppImageHub]
13+
# Dear upstream developer, please include update information in your AppImage
14+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
15+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
16+
X-AppImage-Type=2
17+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)