YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
Source.Worker.downloader Namespace Reference

Classes

class  DownloadThread
 Thread class for download. More...
 

Variables

bool B_MP3_CONVERT = False
 
int I_SPEED_AVERAGE_VALUES = 10
 
 log = logging.getLogger(__title__)
 
 my_filename = None
 
 my_stream = my_youtube.streams.filter(only_audio=True).first()
 
str my_url = "https://www.youtube.com/watch?v=QCRYA6ck3x0"
 
 my_youtube = YouTube(my_url)
 
str S_DOWNLOAD_FOLDER = "Download"
 

Detailed Description


Variable Documentation

◆ B_MP3_CONVERT

bool B_MP3_CONVERT = False

Definition at line 24 of file downloader.py.

◆ I_SPEED_AVERAGE_VALUES

int I_SPEED_AVERAGE_VALUES = 10

Definition at line 32 of file downloader.py.

◆ log

log = logging.getLogger(__title__)

Definition at line 29 of file downloader.py.

◆ my_filename

my_filename = None

Definition at line 173 of file downloader.py.

◆ my_stream

my_stream = my_youtube.streams.filter(only_audio=True).first()

Definition at line 174 of file downloader.py.

◆ my_url

str my_url = "https://www.youtube.com/watch?v=QCRYA6ck3x0"

Definition at line 167 of file downloader.py.

◆ my_youtube

my_youtube = YouTube(my_url)

Definition at line 169 of file downloader.py.

◆ S_DOWNLOAD_FOLDER

str S_DOWNLOAD_FOLDER = "Download"

Definition at line 31 of file downloader.py.