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
youtubeDownloaderTasks List<YoutubeDownloaderTask>
final
youtubeExplode ↔ YoutubeExplode
getter/setter pair

Methods

download({required Directory directoryDownload, required Directory directoryTemporary, required String youtubeUrl, required String? output, required bool isAudioOnly, required YoutubeVideoDownloadDetail youtubeVideoDownloadDetail}) Stream
downloadAsAudio() → dynamic
downloadAsVideo() → dynamic
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>
getDownloadDetail({required Directory directory, required String youtubeUrl, required String? output, required bool isAudioOnly}) Future<YoutubeVideoDownloadDetail>
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