yt-dlp/youtube_dl
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
2013-12-11 16:18:48 +01:00
..
2013-12-11 09:22:08 +01:00
2013-12-09 18:29:07 +01:00
2013-11-24 06:52:21 +01:00
2013-12-10 21:03:53 +01:00
2013-12-11 09:22:25 +01:00