aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-02-29 14:01:12 +0300
committerRblSb <msrblsb@gmail.com>2020-02-29 14:01:12 +0300
commit2ade04273717807096a07b6eb132b7677917392d (patch)
tree1598ad62bcb1f3c42b37edb7383df2704005bee5 /src/Types.hx
parentec7e4b5ad120828f1464cf4186287d4928b462a8 (diff)
Get youtube video title/duration with api
Diffstat (limited to 'src/Types.hx')
-rw-r--r--src/Types.hx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx
index 17b010b..8eda528 100644
--- a/src/Types.hx
+++ b/src/Types.hx
@@ -2,6 +2,11 @@ package;
import Client.ClientData;
+typedef VideoData = {
+ duration:Float,
+ ?title:String
+}
+
typedef Config = {
channelName:String,
maxLoginLength:Int,
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage