Split FileDownloader in two classes: FileDownloader and YoutubeDL
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Tue, 18 Jun 2013 20:14:21 +0000 (22:14 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Mon, 24 Jun 2013 08:21:43 +0000 (10:21 +0200)
commit8222d8de88bd23c063500c246676ed028a9aa073
tree75fb259d214f2cbef57d2e2dcac839a237c69edd
parentc7253e2e8c10ac537defea4a6ba4bb183b9db1e7
Split FileDownloader in two classes: FileDownloader and YoutubeDL

YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.
test/test_download.py
test/test_write_info_json.py
youtube_dl/FileDownloader.py
youtube_dl/YoutubeDL.py [new file with mode: 0644]
youtube_dl/__init__.py