youtube-dl

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

commit 1d2d0e3ff2b4e55810039caf267bb9ad086f3610
parent 9fda6ee39fa2da1949af5e9b95633e3df3c6f6b4
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Sun,  4 Jan 2015 14:07:06 +0100

utils: Remove blank line at the end of file

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

diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py @@ -1560,4 +1560,3 @@ def urlhandle_detect_ext(url_handle): getheader = url_handle.info().getheader return getheader('Content-Type').split("/")[1] -