You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jaime Marquínez Ferrándiz 3bc2ddccc8 Move FileDownloader to its own module and create a new class for each download process
A suitable downloader can be found using the 'get_suitable_downloader' function.

Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded
11 years ago
..
__init__.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
common.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
hls.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
http.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
mplayer.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
rtmp.py Move FileDownloader to its own module and create a new class for each download process 11 years ago