1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-18 09:49:36 +00:00

utils: Remove blank line at the end of file

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-01-04 14:07:06 +01:00
parent 9fda6ee39f
commit 1d2d0e3ff2

View file

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