YoutubeExplode class
Library entry point.
Constructors
- YoutubeExplode([YoutubeHttpClient? httpClient])
-
Initializes an instance of
YoutubeClient
.
Properties
- channels ↔ ChannelClient
-
Queries related to YouTube channels.
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- playlists ↔ PlaylistClient
-
Queries related to YouTube playlists.
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- search ↔ SearchClient
-
YouTube search queries.
latefinal
- videos ↔ VideoClient
-
Queries related to YouTube videos.
latefinal
Methods
-
close(
) → void - Closes the HttpClient assigned to this YoutubeHttpClient. Should be called after this is not used anymore.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited