File tree Expand file tree Collapse file tree 5 files changed +102
-0
lines changed
database/YouTubeSearchFilter Expand file tree Collapse file tree 5 files changed +102
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : app
3
+
4
+ permalink : /YouTubeSearchFilter/
5
+ description : YouTube Pre-Filtered Search
6
+ license : LGPL-3.0
7
+
8
+ icons :
9
+ - YouTubeSearchFilter/icons/128x128/ytsf.png
10
+ screenshots :
11
+ - https://raw.githubusercontent.com/Lateralus138/YouTubeSearchFilter/master/media/ytsf.png
12
+
13
+ authors :
14
+ - name : Lateralus138
15
+ url : https://github.com/Lateralus138
16
+
17
+ links :
18
+ - type : GitHub
19
+ url : Lateralus138/YouTubeSearchFilter
20
+ - type : Download
21
+ url : https://github.com/Lateralus138/YouTubeSearchFilter/releases
22
+
23
+ desktop :
24
+ Desktop Entry :
25
+ Name : ytsf
26
+ Exec : ytsf %F
27
+ Icon : ytsf
28
+ Terminal : true
29
+ Type : Application
30
+ Categories : Utility
31
+ AppImageHub :
32
+ X-AppImage-Signature : no valid OpenPGP data found. the signature could not be verified.
33
+ Please remember that the signature file (.sig or .asc) should be the first file
34
+ given on the command line.
35
+ X-AppImage-Type : 2
36
+ X-AppImage-Architecture : x86_64
37
+ X-AppImage-Payload-License : GPL-3.0
38
+
39
+ appdata :
40
+ Type : console-application
41
+ ID : com.flux.ytsf
42
+ Name :
43
+ C : ytsf
44
+ Summary :
45
+ C : YouTube Pre-Filtered Search
46
+ Description :
47
+ C : >-
48
+ <p>Do YouTube searches with (or without) a pre-filter from the Linux Bash command line since we can't do them at
49
+ YouTube ourselves.</p>
50
+ ProjectLicense : LGPL-3.0
51
+ Url :
52
+ homepage : https://github.com/Lateralus138/YouTubeSearchFilter
53
+ Launchable :
54
+ desktop-id :
55
+ - ytsf.desktop
56
+ Provides :
57
+ binaries :
58
+ - ytsf
59
+ Screenshots :
60
+ - default : true
61
+ thumbnails : []
62
+ source-image :
63
+ url : https://raw.githubusercontent.com/Lateralus138/YouTubeSearchFilter/master/media/ytsf.png
64
+ lang : C
65
+ ---
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <component type =" console-application" >
3
+ <id >com.flux.ytsf</id >
4
+ <metadata_license >FSFAP</metadata_license >
5
+ <project_license >LGPL-3.0</project_license >
6
+ <name >ytsf</name >
7
+ <summary >YouTube Pre-Filtered Search</summary >
8
+ <description >
9
+ <p >Do YouTube searches with (or without) a pre-filter from the Linux Bash command line since we can't do them at YouTube ourselves.</p >
10
+ </description >
11
+ <launchable type =" desktop-id" >ytsf.desktop</launchable >
12
+ <url type =" homepage" >https://github.com/Lateralus138/YouTubeSearchFilter</url >
13
+ <screenshots >
14
+ <screenshot type =" default" >
15
+ <image >https://raw.githubusercontent.com/Lateralus138/YouTubeSearchFilter/master/media/ytsf.png</image >
16
+ </screenshot >
17
+ </screenshots >
18
+ <provides >
19
+ <id >ytsf.desktop</id >
20
+ <binary >ytsf</binary >
21
+ </provides >
22
+ </component >
Original file line number Diff line number Diff line change
1
+ [Desktop Entry]
2
+ Name =ytsf
3
+ Exec =ytsf %F
4
+ Icon =ytsf
5
+ Terminal =true
6
+ Type =Application
7
+ Categories =Utility;
8
+
9
+ [AppImageHub]
10
+ # Dear upstream developer, please include update information in your AppImage
11
+ # (e.g., with appimagetool -u) so that users can easily update the AppImage
12
+ X-AppImage-Signature =no valid OpenPGP data 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.
13
+ X-AppImage-Type =2
14
+ X-AppImage-Architecture =x86_64
15
+ X-AppImage-Payload-License =GPL-3.0
You can’t perform that action at this time.
0 commit comments