From ada6ab0f08fda3aa3a3aef476b062c8deab52ef7 Mon Sep 17 00:00:00 2001 From: youstanzr <13307813+youstanzr@users.noreply.github.com> Date: Thu, 14 May 2020 17:04:47 +0300 Subject: [PATCH] Add YouTag music player (#845) [ci skip] --- contents.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contents.json b/contents.json index cfacea0c..4c024f27 100644 --- a/contents.json +++ b/contents.json @@ -20153,6 +20153,20 @@ "date_added": "Mar 13 2020", "suggested_by": "@dkhamsing", "stars": 1000 + }, + { + "title": "YouTag", + "category-ids": [ + "media", + "audio" + ], + "tags": ["swift"], + "description": "Music player that downloads from the internet, even YouTube", + "source": "https://github.com/youstanzr/YouTag", + "screenshots": ["https://github.com/youstanzr/YouTag/raw/master/Images/screenshot_banner.png"], + "license": "mit", + "date_added": "May 14 2020", + "suggested_by": "@youstanzr" } ] }