Video category

This commit is contained in:
Daniel Khamsing 2016-09-08 07:18:04 -07:00
parent 174f29f1e4
commit 783bd72d9f

View File

@ -125,6 +125,11 @@
"description": "Mostly using http://giphy.com/", "description": "Mostly using http://giphy.com/",
"parent": "media" "parent": "media"
}, },
{
"title": "Video",
"id": "video",
"parent": "media"
},
{ {
"title": "News", "title": "News",
"id": "news" "id": "news"
@ -2464,7 +2469,7 @@
{ {
"title": "360 VR Player", "title": "360 VR Player",
"category-ids": [ "category-ids": [
"media" "video"
], ],
"tags": [ "tags": [
"iphone", "iphone",
@ -2603,7 +2608,7 @@
{ {
"title": "Eleven", "title": "Eleven",
"category-ids": [ "category-ids": [
"media" "video"
], ],
"tags": [ "tags": [
"ffmpeg" "ffmpeg"
@ -2818,7 +2823,7 @@
{ {
"title": "prankPro", "title": "prankPro",
"category-ids": [ "category-ids": [
"media" "video"
], ],
"description": "Record a 6 second video while playing prank sounds", "description": "Record a 6 second video while playing prank sounds",
"source": "https://github.com/huijimuhe/prankPro", "source": "https://github.com/huijimuhe/prankPro",
@ -3015,7 +3020,7 @@
{ {
"title": "VLC", "title": "VLC",
"category-ids": [ "category-ids": [
"media", "video",
"official" "official"
], ],
"description": "Media Player", "description": "Media Player",
@ -7091,7 +7096,7 @@
{ {
"title": "DownTube", "title": "DownTube",
"category-ids": [ "category-ids": [
"media" "video"
], ],
"description": "Download videos from YouTube for offline use", "description": "Download videos from YouTube for offline use",
"source": "https://github.com/MrAdamBoyd/DownTube", "source": "https://github.com/MrAdamBoyd/DownTube",