youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0e4cb4f406337d3b8879cabb556bde1ec6742b74
parent f7ffe72ac78f6d093d8e4c28f1710c52a8c65121
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Wed, 17 Dec 2014 14:55:27 +0100

YoutubeDL: style fix

Diffstat:
Myoutube_dl/YoutubeDL.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -1151,7 +1151,6 @@ class YoutubeDL(object): return self.record_download_archive(info_dict) - def download(self, url_list): """Download a given list of URLs.""" outtmpl = self.params.get('outtmpl', DEFAULT_OUTTMPL)