utils: Remove blank line at the end of file
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 4 Jan 2015 13:07:06 +0000 (14:07 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 4 Jan 2015 13:07:06 +0000 (14:07 +0100)
youtube_dl/utils.py

index bdfe053a73341ee05c494507ae0a63c51865e2f6..d4951c406c73d8216803f5d9149200787883676b 100644 (file)
@@ -1560,4 +1560,3 @@ def urlhandle_detect_ext(url_handle):
         getheader = url_handle.info().getheader
 
     return getheader('Content-Type').split("/")[1]
-