YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
downloader.py File Reference

Download Thread. More...

Go to the source code of this file.

Classes

class  DownloadThread
 Thread class for download. More...
 

Namespaces

namespace  Source
 
namespace  Source.Worker
 
namespace  Source.Worker.downloader
 

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

Download Thread.


Definition in file downloader.py.