YouTubeDownloader

class essence_extractor.src.YouTubeDownloader(output_path='videos')

Download a YouTube video.

output_path

The path to the output directory.

Type:

str

download_video(url)

Download a YouTube video.

Parameters:

url (str) – The URL of the YouTube video.

Returns:

The path to the downloaded video file.

Return type:

str