[downloader] Lay groundwork for external downloaders.
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 24 Jan 2015 00:38:48 +0000 (01:38 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 24 Jan 2015 00:38:48 +0000 (01:38 +0100)
commit222516d97d5ff9e62f3a9860fe2e65aa99c001b3
treeaefcc3ec30eb99616bde4d5c50a2f8ac2734704b
parenta055469fafe088b6aa0e569d989cbf7f70535951
[downloader] Lay groundwork for external downloaders.

This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/downloader/__init__.py
youtube_dl/downloader/common.py
youtube_dl/downloader/external.py [new file with mode: 0644]
youtube_dl/downloader/rtmp.py
youtube_dl/options.py