From 64e166116c2da46ff325f5f78e0c6985ca6a6ac0 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 7 Apr 2023 00:29:36 -0700 Subject: Add files via upload --- com/pina/Holodex.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'com/pina/Holodex.html') diff --git a/com/pina/Holodex.html b/com/pina/Holodex.html index dc5ea50..29dc9f4 100644 --- a/com/pina/Holodex.html +++ b/com/pina/Holodex.html @@ -1,7 +1,7 @@ - + Holodex @@ -229,7 +229,7 @@ loadScripts(document, 'script');
Parameters:
queryBuilder - the query builder
Returns:
-
the live and upcoming videos
+
A list of upcoming and/or live SimpleVideos
Throws:
HolodexException - the holodex exception
@@ -245,7 +245,7 @@ loadScripts(document, 'script');
Parameters:
queryBuilder - the query builder
Returns:
-
the videos
+
list of videos
Throws:
HolodexException - the holodex exception
@@ -261,7 +261,7 @@ loadScripts(document, 'script');
Parameters:
channelId - the channel id
Returns:
-
the channel
+
the Channel
Throws:
HolodexException - the holodex exception
@@ -278,7 +278,7 @@ loadScripts(document, 'script');
Parameters:
query - the query
Returns:
-
the videos by channel id
+
List of videos matching the query
Throws:
HolodexException - the holodex exception
@@ -296,7 +296,7 @@ loadScripts(document, 'script');
Parameters:
channels - the channel ids to get videos from
Returns:
-
the videos from channels
+
List of live and/or upcoming videos where the channel id is the author
Throws:
HolodexException - the holodex exception
@@ -312,9 +312,9 @@ loadScripts(document, 'script');
Parameters:
query - the query
Returns:
-
the video
+
Video matching the query
Throws:
-
HolodexException - the holodex exception
+
HolodexException - holodex exception
@@ -328,7 +328,7 @@ loadScripts(document, 'script');
Parameters:
query - the query
Returns:
-
the channels
+
List of channels matching the query
Throws:
HolodexException - the holodex exception
-- cgit v1.2.3