Function rustube::download_worst_quality[][src]

pub async fn download_worst_quality(video_identifier: &str) -> Result<PathBuf>
This is supported on crate features download and regex only.

The absolute most straightforward way of downloading a YouTube video in low quality!

Takes an arbitrary video identifier, like any video URL, or the video id, and downloads the video to <VIDEO_ID>.mp4 in the current working directory.

For more control over the download process have a look at the crate level documentation, or at the Video struct.