From 2ade04273717807096a07b6eb132b7677917392d Mon Sep 17 00:00:00 2001 From: RblSb Date: Sat, 29 Feb 2020 14:01:12 +0300 Subject: Get youtube video title/duration with api --- src/Types.hx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Types.hx') 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, -- cgit v1.2.3