[][src]Crate rustube

Modules

descrambler
error
fetcher
id
stream
video
video_info

Structs

Id

A wrapper around a Cow<'a, str> that makes sure the video id, which is contained, always has the correct format.

PlayerResponse
Stream
Video

A YouTube downloader, which allows you to download all available formats and qualities of a YouTube video. Each instance of Video represents an existing, available, and downloadable video.

VideoDescrambler

A YouTubeDescrambler, used to decrypt the data fetched by [YouTubeFetcher].

VideoDetails
VideoFetcher

A YouTubeFetcher, used to download all necessary data from YouTube, which then could be used to extract video-urls, or other video information.

VideoInfo

Enums

Error

Type Definitions

IdBuf
Result