YoutubeNoAuth class

Constructors

YoutubeNoAuth()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
youtubeExplode ↔ YoutubeExplode
getter/setter pair

Methods

getChannel({required String channel}) Future<YoutubeChannel>
getChannelByVideo({required String video_id}) Future<YoutubeChannel>
getChannelFullInfo({required String channel}) Future<YoutubeChannelFullInfo>
getChannelVideos({required String channel}) Future<YoutubeChannelVideos>
getQuerySuggestions({required String query}) Future<YoutubeSearchSuggestions>
getVideo({required String video_id}) Future<YoutubeVideo>
getVideoComments({required String video_id}) Future<YoutubeVideoComments>
getVideoManifest({required String video_id}) Future<YoutubeVideoManifest>
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