]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Move FileDownloader to its own module and create a new class for each download process
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 23 Sep 2013 15:59:27 +0000 (17:59 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 11 Dec 2013 15:18:48 +0000 (16:18 +0100)
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


No differences found